vulkanprogrammingguide / examples

Example code for the Vulkan Programming Guide
85 stars 15 forks source link

It is 2018, still no source? #3

Open DroidSparks opened 6 years ago

DroidSparks commented 6 years ago

@grahamsellers I know you are busy, but even a raw dump is better than nothing!

GarethH96 commented 6 years ago

Still no source. I am a complete beginner and am trying to follow along with the book, but I am even struggling to recreate Listing 1.1: Creating a Vulkan Instance as I cannot see what the header file looks like! Would love some source code to compare to.

alaingalvan commented 6 years ago

https://github.com/vinjn/awesome-vulkan

Check that repo out, it has a variety of resources for Vulkan. Sascha Willem's Vulkan examples repo is probably the most comprehensive:

https://github.com/SaschaWillems/Vulkan

Also, the fork of that repo that uses Vulkan-Hpp and CMake exclusively is really good:

https://github.com/jherico/Vulkan