An open API service indexing awesome lists of open source software.

https://github.com/fautore/vulkan-demos

Some vulkan demos
https://github.com/fautore/vulkan-demos

vulkan

Last synced: 8 months ago
JSON representation

Some vulkan demos

Awesome Lists containing this project

README

          

# 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