Commit Graph

12 Commits

Author SHA1 Message Date
Thraix b256b90abb Minor improvements to Pipeline and Window 2024-10-01 19:46:56 +02:00
Thraix 7cfb38163b Cleanup project
- To prepare being able to instead create games in a different
  repository
2024-10-01 19:42:44 +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 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 05d2c2940b Fix vulkan linking issues and add iGPU support
- Fix vulkan linking by setting correct VK_LAYER_PATH and correct
  vulkan library path
- Add priority to GPU selection. Prioritizing dedicated GPUs over
  integrated GPUs
2023-05-14 20:24:04 +02:00
Thraix ad69293faa Add printable Enum 2023-05-01 18:23:22 +02:00
Thraix ca7286807a Add Event system
- Add abstract Event class
- Add EventDispatcher
- Add Mouse, Key and Window Events
2023-04-26 21:55:32 +02:00
Thraix 0246e89039 Refactor tracing 2023-04-13 22:03:06 +02:00
Thraix 431ad9c573 Make Vulkan class a global instance 2023-04-04 21:14:01 +02:00
Thraix c975ed2674 Add Device and Window abstraction 2023-03-04 23:02:42 +01:00