![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <memory>
#include <GLFW/glfw3.h>
#include <Common/Types.hpp>
#include <Components/RenderingTextureComponent.hpp>
#include <Rendering/ShaderProgram.hpp>
#include <Systems/ParticleSystem.hpp>
#include <Systems/RenderingSystem.hpp>
#include <UI/Widget.hpp>
Go to the source code of this file.
Classes | |
class | shkyera::RuntimeWidget |
A user interface widget for running and rendering the game runtime. More... | |
Namespaces | |
namespace | shkyera |