All examples are using GLFW.
GLFW is licensed under the zlib/libpng license.
Some examples are using stb_image.h and stb_image_write.h by Sean Barrett.
Stb is public domain.
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.
The Vulkan examples are using vk-bootstrap.
Vk-bootstrap is licensed under the MIT License.
The Vulkan examples are using the Vulkan Memory Allocator.
The Vulkan Memory Allocator is licensed under the MIT Licence.
Some examples are using Dear ImGui.
Dear ImGui is licensed under the MIT License.
The glTF examples are using the tinygltf glTF loader.
TinyGLTF is licensed under the MIT License.
TinyGLTF uses the following third party libraries.
- json.hpp : Licensed under the MIT License http://opensource.org/licenses/MIT. Copyright (c) 2013-2017 Niels Lohmann http://nlohmann.me.
- stb_image : Public domain.
- catch : Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. Distributed under the Boost Software License, Version 1.0.
- RapidJSON : Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. http://rapidjson.org/
- dlib(uridecode, uriencode) : Copyright (C) 2003 Davis E. King Boost Software License 1.0. http://dlib.net/dlib/server/server_http.cpp.html