Verge Engine is a Vulkan-based C++ engine for realistic vehicle simulations
Warning: Currently in active development - not ready for use
- Vulkan rendering
- Vehicle physics
- Simple collision system
- 3D spatial audio with miniaudio
- Input system with GLFW
- Heightmap surface, props and triggers
- Logging system
- Vulkan (Rendering)
- GLFW (Window and input)
- Miniaudio (Audio)
- GLM (Math)
- stb_image (Texture loading)