Skip to content

Toy render engine to learn vulkan and try new techniques

License

Notifications You must be signed in to change notification settings

jallmenroeder/pilot

Repository files navigation

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

About

Toy render engine to learn vulkan and try new techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published