Commit Graph

3 Commits

Author SHA1 Message Date
Thraix 65a86bd5a2 Add docking of main viewport
- Change ImGui branch to docking
- Rework code to handle viewport resizes instead of window resize
2023-07-13 23:41:20 +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 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