Small graphic application on Vulkan
A graphics application designed to explore the low-level API for 3D graphics and computing. Implemented:
- Offscreen rendering and viewport mapping
- ImGui integration for UI display, with docking feature
- Model and texture loading, with implementation of mipmapping technology
- Implementation of MSAA and Depth Buffering technologies for offscreen rendering
2024-01-11.14-01-41.mp4
- Clone repository
git clone --recurse-submodules https://github.com/VictorKostinOfficial/Victory.git
- Build Victory and Sandbox project
- Move viking_room.obj and viking_room.png from Victory/Victory/models to your Sandbox executable folder
- Run Sandbox application