- Change ImGui branch to docking - Rework code to handle viewport resizes instead of window resize
- 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
- Add Input class used to poll mouse and key button states - Add additional example systems to the Scene