A collection of demo programmes that use the Vulkan graphics API to do cool stuff.
- make
- vulkan
- glfw
Here is a list of available demos:
vulkan-tutorial
: Where 'vulkan-tutorial.com' leaves yousierpinsky-triangle-2d
: dynamic view of a 2-dimensional sierpinsky triangle with custom user defined depth
run make
to compile
run make test
to compile and run
make clean
to remove the compiled program and clean the repository