Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
UI.hpp File Reference

Contains the declaration of the UI class, responsible for handling the user interface. More...

#include <memory>
#include <vector>
#include <glad/glad.h>
#include <glm/glm.hpp>
#include <GLFW/glfw3.h>
#include <ECS/Registry.hpp>
#include <Systems/GizmoSystem.hpp>
#include <Systems/ObjectSelectionSystem.hpp>
#include <UI/Widget.hpp>
Include dependency graph for UI.hpp:

Go to the source code of this file.

Classes

class  shkyera::UI
 A class responsible for managing the user interface (UI) of the application. More...
 

Namespaces

namespace  shkyera
 

Macros

#define GL_SILENCE_DEPRECATION
 

Detailed Description

Contains the declaration of the UI class, responsible for handling the user interface.

Macro Definition Documentation

◆ GL_SILENCE_DEPRECATION

#define GL_SILENCE_DEPRECATION