Tree @6699190 (Download .tar.gz)
DiligentTools 
This module implements additional functionality on top of the Diligent Engine's core module and contains the following libraries:
- Render script: a Lua-based scripting system
- Texture loader: a texture loading libary. The following formats are currently supported: jpg, png, tiff, dds, ktx.
- Asset Loader: an asset loading libary. The library currently supports GLTF 2.0.
- Imgui: implementation of dear imgui with Diligent API.
- NativeApp: implementation of native application on supported platforms.
To build the module, see build instrcutions in the master repository.
License
See Apache 2.0 license.
This project has some third-party dependencies, each of which may have independent licensing:
- libjpeg: C library for reading and writing JPEG image files.
- libtiff: TIFF Library and Utilities.
- libpng: Official PNG reference library.
- zlib: A compression library.
- lua: Lua programming language run time.
- tinygltf: A header only C++11 glTF 2.0 library.
- imgui: Immediate Mode Graphical User interface for C++ with minimal dependencies.
Contributing
To contribute your code, submit a Pull Request to this repository. Diligent Engine is distributed under the Apache 2.0 license that guarantees that code in the DiligentTools repository is free of Intellectual Property encumbrances. In submitting code to this repository, you are agreeing that the code is free of any Intellectual Property claims.
Commit History
@6699190149464be566b55e7726c04fb10010f788
git clone https://git.s-ol.nu/forks/DiligentTools.git
- clang-formatted NativeApp Egor Yusov 5 years ago
- clang-formatted ImGuiImpl Egor Yusov 5 years ago
- clang-formatted AssetLoader Egor Yusov 5 years ago
- Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLS Egor Yusov 5 years ago
- Not installing HLSL2GLSLConverter when INSTALL_DILIGENT_TOOLS is not set Egor Yusov 5 years ago
- Added INSTALL_DILIGENT_TOOLS cmake option Egor Yusov 5 years ago
- Fixed imgui install path Egor Yusov 5 years ago
- Updated license install instructions Egor Yusov 5 years ago
- Added install instructions Egor Yusov 5 years ago
- Updated install fodler structure Egor Yusov 5 years ago