logo

Modules

The Scene system is basically for transitioning between completely different states that have entirely different game loops and but which all share a state. It operates as a stack, with new scenes getting pushed to the stack (while the old ones stay in memory unchanged). Apparently this is basically a push-down automata.

Structs