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
- Host: GitHub
- URL: https://github.com/fautore/vulkan-demos
- Owner: fautore
- Created: 2023-05-30T22:49:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T21:14:41.000Z (over 2 years ago)
- Last Synced: 2025-03-29T17:17:37.247Z (about 1 year ago)
- Topics: vulkan
- Language: C++
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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