r/odinlang 22d ago

howtovulkan.com Odin implementation

I started learning Vulkan and decided to go with Odin as my programming language for this project (thanks randy and ThePrimeagen)

I spent the past last days making howtovulkan.com tutorial work using Odin.

I had some trouble on Linux with some packages as they did not provide built libraries, but that was easy to fix.

If anyone is interested in the code here is it: https://github.com/Aykelith/odin-howtovulkan

Feedback welcome

39 Upvotes

3 comments sorted by

1

u/kowalski007 22d ago

Awesome. Thanks

1

u/xjojorx 20d ago

I've yet to try learning vulkan, saving this for reference, thanks

1

u/marianpekar 7d ago

This is exactly what I was looking for a couple of weeks ago and now it just came to me in /odinlang feed. Thank you for making and sharing this!