]> git.tdb.fi Git - libs/game.git/history - source/game/stage.h
Provide a way to request events for existing entities and components
[libs/game.git] / source / game / stage.h
2022-11-12 Mikko RasaProvide a way to request events for existing entities...
2022-10-29 Mikko RasaAdd a view sub-library, including a Camera component
2022-10-29 Mikko RasaAdd a function to remove a system from a stage
2022-10-29 Mikko RasaAdd resource container references to Director and Stage
2022-10-25 Mikko RasaMake it possible to retrieve components and systems...
2022-10-20 Mikko RasaEmit events on entity and component creation and destru...
2022-10-20 Mikko RasaAdd an event bus for delivering events
2022-10-19 Mikko RasaAdjust some things to make header dependencies easier...
2022-10-19 Mikko RasaImplement a basic ECS