683 B
683 B
openVulkano
openVulkano is a simple Vulkan rendering engine which is capable of recording command buffers from multiple threads.
Building
Visual Studio
Requierements
- Visual Studio 2019, 2017 might work but not tested
- Vulkan SDK v1.1.x
- Assimp SDK v4.1
- git
Build it
- Clone it
git clone --recursive https://github.com/GeorgH93/openVulkano - Open the
openVulkanoCpp.slnwith Visual Studio - If you are not using the default path of Assimp change it in the project properties
- Use Visual Studio to build or run it