Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 431 Bytes

pilot

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.

Dependencies

  • Vulkan
  • C++20 compiler
  • CMake
  • Python 3

Build

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