Commit Graph

3 Commits

Author SHA1 Message Date
Thraix 76bda0ace4 Add Collide System
- Fix AssetRef unload leak
2023-06-05 21:53:01 +02:00
Thraix 3ec9bcd152 Add ecs ComponentListener
- Add ecs ComponentListener which listens to Component addition and
  removal
- Add RefCounter class used to keep track of moves and copies
2023-05-29 17:49:37 +02:00
Thraix 5a615ecc4e Add Input class
- Add Input class used to poll mouse and key button states
- Add additional example systems to the Scene
2023-05-26 23:02:03 +02:00