Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowuake/basicvulkan
https://github.com/cowuake/basicvulkan
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cowuake/basicvulkan
- Owner: cowuake
- Created: 2023-01-04T18:08:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T19:38:04.000Z (almost 2 years ago)
- Last Synced: 2023-07-20T15:42:45.636Z (over 1 year ago)
- Language: C++
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Vulkan Demo employing SDL2 (hard WIP)
The project originates from a refactoring of [this Gist](https://gist.github.com/YukiSnowy/dc31f47448ac61dd6aedee18b5d53858)## Run the demo
The project has been configured to be built with CMake.
Only tested on Fedora Linux relying on VSCode with the "CMake Tools" extension installed: with this setup, running the demo should be as trivial as opening the folder in the editor, selecting a kit and launching a debug session.