Shkyera Engine
Easy to use, game engine for Python
UI.hpp File Reference

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

#include <memory>
#include <vector>
#include "imgui.h"
#include <GLFW/glfw3.h>
#include "game/Game.hpp"
#include "renderer/Renderer.hpp"
#include "ui/Widget.hpp"
Include dependency graph for UI.hpp:
This graph shows which files directly or indirectly include this file:

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

 shkyera
 

Detailed Description

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