Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 503 Bytes

vulkan-demos

A collection of demo programmes that use the Vulkan graphics API to do cool stuff.

Dependencies

  • make
  • vulkan
  • glfw

Demos

Here is a list of available demos:

  • vulkan-tutorial: Where 'vulkan-tutorial.com' leaves you
  • sierpinsky-triangle-2d: dynamic view of a 2-dimensional sierpinsky triangle with custom user defined depth

how to run a demo ?

run make to compile run make test to compile and run make clean to remove the compiled program and clean the repository