Core

Undocumented in source.

Members

Static functions

AddEntity
void AddEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
AddSystem
void AddSystem(System s)
Undocumented in source. Be warned that the author may not have intended to support it.
EntitiesCount
size_t EntitiesCount()
Undocumented in source. Be warned that the author may not have intended to support it.
RemoveEntity
void RemoveEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
RemoveSystem
bool RemoveSystem(System system)
Undocumented in source. Be warned that the author may not have intended to support it.
Run
void Run()
Undocumented in source. Be warned that the author may not have intended to support it.
Start
void Start()
Undocumented in source. Be warned that the author may not have intended to support it.
Terminate
void Terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DeltaTime
double DeltaTime;
Undocumented in source.
camera
Camera camera;
Undocumented in source.
entities
Entity[] entities;
Undocumented in source.
height
auto height;
Undocumented in source.
shader
Shader shader;
Undocumented in source.
systems
System[] systems;
Undocumented in source.
width
auto width;
Undocumented in source.
window
GLFWwindow* window;
Undocumented in source.

Meta