glfw / glfw.github.io

Jekyll sources for GLFW website
https://www.glfw.org/
Other
28 stars 19 forks source link

VKFW: Vulkan-Hpp style C++ bindings #80

Closed Cvelth closed 3 years ago

Cvelth commented 3 years ago

A set of bindings developed to be used in combination with Vulkan-Hpp but not limited to it. Features enum classes, STL containers (like std::string_view and std::span), template powered attribute/hint checking and more. Header only.

https://github.com/Cvelth/vkfw

siavashserver commented 3 years ago

Thanks!