demos.simple

Undocumented in source.

Members

Functions

getSimpleDemo
DemoCallbacks getSimpleDemo()
Undocumented in source. Be warned that the author may not have intended to support it.
simpleEnd
void simpleEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
simpleEvent
void simpleEvent(SDL_Event* event)
Undocumented in source. Be warned that the author may not have intended to support it.
simpleLoop
bool simpleLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
simpleRegister
void simpleRegister()
Undocumented in source. Be warned that the author may not have intended to support it.
simpleStart
void simpleStart()
Undocumented in source. Be warned that the author may not have intended to support it.
spawnEntity
void spawnEntity()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

simple
Simple* simple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

MoveSystem
struct MoveSystem

All demos uses same patten. Every demo is self contained except systems and components which was splitted into different files to enable sharing them between demos. Every demo has same functions: * register - called on start for registering proces * initialize - called after register to initialize demo data * deinitiliaze - called when demo is switching. There data is deisposed * loop - it's called every frame

Simple
struct Simple
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

px
enum float px;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta