vinjn / awesome-vulkan

Awesome Vulkan ecosystem
https://vinjn.github.io/awesome-vulkan/
3.31k stars 279 forks source link

Auto-Vk and Auto-Vk-Toolkit #114

Closed johannesugb closed 2 years ago

johannesugb commented 2 years ago

Suggestion to add Auto-Vk, which is a productivity layer atop Vulkan-Hpp, and Auto-Vk-Toolkit, which is a fully-blown rendering framework that uses Auto-Vk. They should allow efficient Vulkan programming. These two aim to not abstract any important concepts of Vulkan, but add a lot of syntactic sugar to enable much faster development against the Vulkan API. Cool features are supported such as real-time ray tracing, meshlets and mesh shading, shader hot reloading, and a powerful serializer.

Please note that the section is not alphabetically ordered. The two new additions should come rather at the top, right after "Acid" and "AMD's Anvil", but the entries are not sorted at all. I can offer to sort this section once the pull request has been accepted and merged.

johannesugb commented 2 years ago

@vinjn just wanted to ask if there is any chance that this PR gets merged anytime soon? It has been a month now since its creation. Actually, a total of five PRs are waiting: #112 , #113 , #114 , #115 , #116

vinjn commented 2 years ago

Hi @johannesugb this PR needs resolve conflicts. Thanks for your patience.

johannesugb commented 2 years ago

Hi @vinjn, thanks for merging the other PRs. I've solved the conflicts of this one. Once that is merged, I'd like to sort the elements alphabetically (since this is how the sections should be sorted according to the contribution guidelines).

johannesugb commented 2 years ago

@vinjn please let me know if there are any further problems that prevent merging this PR.