vulkan-tutorial/README.md
2022-07-21 23:17:49 +02:00

10 lines
395 B
Markdown

# vulkan-tutorial
This project aims to be a toy vulkan renderer built for learning purposes. I try to keep the code
as clean as possible to help future me or others understand it.
Useful learning material:
* [Vulkan Lecture Series](https://www.youtube.com/playlist?list=PLmIqTlJ6KsE1Jx5HV4sd2jOe3V1KMHHgn)
* [Vulkan Tutorial](https://vulkan-tutorial.com)
* [Vulkan Guide](https://vkguide.dev)