My first game engine with basic Vulkan backend rendering, some simple shaders (multiple lights) and ECS implementation (EnTT)
WASD for standard moving, QE for height regulation, arrows for camera rotation (mouse)
Libraries I use:
Guides I read/watch for this demo
- Vulkan Tutorial
- Vulkan Game Engine Tutorials Also usable docs
- ECS in EnTT
- ImGui Guide 1
- Bullet3 Guide 1
CMake project based on my template