Commit Graph

8 Commits

Author SHA1 Message Date
Thraix 4a1a149a68 Add Scene deserialization 2023-07-13 10:58:41 +02:00
Thraix 042d1b6c70 Fix gamma rendering issues
- Remove gamma correction from the Vulkan renderer
- Add SamplerCreator, used to specify Min/Mag filter
- Add character texture to example project
- Add AnimationSystem, DebugSystem and UiRenderSystem to example project
2023-06-19 12:37:11 +02:00
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
Thraix d817c3084d Improvement to coordinate system
- Flip coordinate system for SwapChain passthrough
- Normalize MouseMoveEvent coordination
- Add RemoveSystem to Ecs
2023-05-23 13:02:21 +02:00
Thraix cd4abe6007 Add Signal to ECS
- Add Signal class to ECS used to send signals/events into systems
2023-05-22 12:52:15 +02:00
Thraix 84b24457a0 Add Scene with systems
- Add Scene class which populates the engine with Systems which handles
  all logic in the game
- Add Systems to ecs
2023-05-20 19:45:15 +02:00