-
Make sure you have Vulkan SDK installed
-
Make sure you have python 3 installed
-
Make sure you have CMake 3.1+ installed
-
Make sure you have the latest version Visual Studio or Xcode installed
-
python build.py
-
Project will be generated in build/macos or build/windows
-
Feel free to edit CMakeLists.txt as you want
| Library | Functionality |
|---|---|
| assimp | Mesh Loading And Pre Processing |
| glfw | Windowing And Input Handling |
| glm | Mathematics |
| imgui | GUI |
| shaderc | Runtime Shader Compiler |
| spdlog | Debug Logging |