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

https://github.com/imdeaddev/hello-vulkan


https://github.com/imdeaddev/hello-vulkan

Last synced: 10 months ago
JSON representation

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]