Toy render engine to learn vulkan and try new techniques.
Work-in-progress. The document will be updated, once the engine supports at least basic functionality.
- Vulkan
- C++20 compiler
- CMake
- Python 3
git clone --recurse-submodules https://github.com/jallmenroeder/pilot.git
cd pilot
./external/shaderc/utils/git-sync-deps
mkdir build
cd build
cmake ..
make -j 8