Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.97 KB

File metadata and controls

51 lines (28 loc) · 1.97 KB

Additional licenses

GLFW

All examples are using GLFW.

GLFW is licensed under the zlib/libpng license.

stb

Some examples are using stb_image.h and stb_image_write.h by Sean Barrett.

Stb is public domain.

glad

The OpenGL examples are using glad to generate the OpenGL loader files.

The generated loader code from glad is any of Public Domain, WTFPL or CC0.

vk-bootstrap

The Vulkan examples are using vk-bootstrap.

Vk-bootstrap is licensed under the MIT License.

Vulkan Memory Allocator

The Vulkan examples are using the Vulkan Memory Allocator.

The Vulkan Memory Allocator is licensed under the MIT Licence.

Dear ImGui

Some examples are using Dear ImGui.

Dear ImGui is licensed under the MIT License.

tinygltf

The glTF examples are using the tinygltf glTF loader.

TinyGLTF is licensed under the MIT License.

TinyGLTF uses the following third party libraries.