summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-10-03 21:24:26 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-10-03 21:24:26 +0000
commitaff5e837aa17f9f4b48b5f2da92f3bc51aaf2ca5 (patch)
treef171713f6cd3cf21d3821339496dcb4d44d9cb78
parentGLTF loader: fixed issue with state transition for DDS/KTX textures (diff)
downloadDiligentTools-aff5e837aa17f9f4b48b5f2da92f3bc51aaf2ca5.tar.gz
DiligentTools-aff5e837aa17f9f4b48b5f2da92f3bc51aaf2ca5.zip
Readme: updated the list of third-party dependencies
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2546a2a..4a993df 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,13 @@ See [Apache 2.0 license](License.txt).
This project has some third-party dependencies, each of which may have independent licensing:
-* [libjpeg](http://libjpeg.sourceforge.net/): C library for reading and writing JPEG image files.
-* [libtiff](http://www.libtiff.org/): TIFF Library and Utilities.
-* [libpng](http://www.libpng.org/pub/png/libpng.html): Official PNG reference library.
-* [zlib](https://zlib.net/): A compression library.
-* [tinygltf](https://github.com/syoyo/tinygltf): A header only C++11 glTF 2.0 library.
-* [imgui](https://github.com/ocornut/imgui): Immediate Mode Graphical User interface for C++ with minimal dependencies.
+* [libjpeg](http://libjpeg.sourceforge.net/): C library for reading and writing JPEG image files ([JPEG Group's open source license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/libjpeg-9a/README)).
+* [libtiff](http://www.libtiff.org/): TIFF Library and Utilities ([Sam Leffler and Silicon Graphics, Inc. MIT-like license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/libtiff/COPYRIGHT)).
+* [libpng](http://www.libpng.org/pub/png/libpng.html): Official PNG reference library ([libpng license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/lpng-1.6.17/LICENSE)).
+* [zlib](https://zlib.net/): A compression library ([Jean-loup Gailly and Mark Adler MIT-like license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/zlib-1.2.8/README)).
+* [tinygltf](https://github.com/syoyo/tinygltf): A header only C++11 glTF 2.0 library ([MIT License](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/tinygltf/LICENSE)).
+* [imgui](https://github.com/ocornut/imgui): Immediate Mode Graphical User interface for C++ with minimal dependencies ([MIT license](https://github.com/DiligentGraphics/imgui/blob/master/LICENSE.txt)).
+* [imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat): ImGui GIZMO widget - 3D object manipulator / orientator ([BSD 2-Clause License](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/imGuIZMO.quat/license.txt)).
<a name="contributing"></a>
# Contributing