vulkan-tutorial/README.md

10 lines
395 B
Markdown
Raw Permalink Normal View History

2022-07-11 12:09:02 +00:00
# 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)
2022-07-12 17:04:40 +00:00
* [Vulkan Tutorial](https://vulkan-tutorial.com)
2022-07-21 21:17:49 +00:00
* [Vulkan Guide](https://vkguide.dev)