A Vulkan Rendering Engine
Cross platform support for Linux/Windows (sometimes)
- Vulkan SDK - https://www.lunarg.com/vulkan-sdk/
- C++17 compiler (MSVC, MinGW-w64, GCC)
- CMake
See LICENCE
- GLM
- GLFW
- Spdlog
- IMGUI
- TinyObjLoader
- STB (stb_image)
Windows - build.bat - Requires Ninja, vcvarsall.bat, and CMake in system path. build.bat release run regen
Linux - buildlinux.sh - Requires g++ compiler, Ninja, and CMake. ./buildlinux.sh release run regen