Vulkan books and video tutorials for beginners

I have looked online for a simple enough but complete beginner friendly vulkan guide and can’t seem to find one. I have tried learning by reading the vulkan cookbook by Pawel Lapinski (Author) which isn’t beginner friendly. If anyone knows a book or any online content for learning vulkan i would be glad if it is pointed out to me.

Have you tried this Vulkan tutorial?

Thanks, i will add that to my list.

Thank you so much for sharing all those useful links Dark_Photon.

Just as a tip for a beginner: I wouldn’t deal with the details of memory management manually. Try using Vulkan memory allocator library it really makes it a lot easier. Memory management is complex to do right and requires detailed knowledge about all that stuff.

Sadly most tutorials are doing it manually though.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.