https://github.com/imdeaddev/hello-vulkan
https://github.com/imdeaddev/hello-vulkan
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imdeaddev/hello-vulkan
- Owner: imdeaddev
- License: cc-by-4.0
- Created: 2024-12-28T14:14:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T11:02:34.000Z (about 1 year ago)
- Last Synced: 2025-01-22T12:21:14.525Z (about 1 year ago)
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello Vulkan
This is a repository for my "Simple Vulkan app" tiktok video series.
Time-lapse in TikTok: [here](https://www.tiktok.com/@e1ectroheart/video/7453165046873574673)
License: [CC-BY-4.0](https://github.com/imdeaddev/hello-vulkan/blob/main/LICENSE)
## How to build
```shell
git clone https://github.com/imdeaddev/hello-vulkan
cd hello-vulkan
cmake -S . -B build
cmake --build build
```
## Credits
This application uses:
- GLFW [MIT]
- Vulkan and LunarG Vulkan SDK [MIT, Apache 2.0]