Tree @ac5c96e (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
@ac5c96e4153d059ad76174db83522641bb4b2b9f
git clone https://git.s-ol.nu/forks/DiligentTools.git
- Added install instructions Egor Yusov 3 years ago
- Updated install fodler structure Egor Yusov 3 years ago
- Minor update Egor Yusov 3 years ago
- Moved Native App from master repository Egor Yusov 3 years ago
- Updated HLSL2GLSL converter app Egor Yusov 3 years ago
- Fixed typo in issue template Egor Yusov 3 years ago
- Updated issue template Egor Yusov 3 years ago
- Added issue template Egor Yusov 3 years ago
- Fixed a couple of macos/clang warnings Egor Yusov 3 years ago
- Fixed compiler warning Egor Yusov 3 years ago
- Few updates to comply with API version 240033 Egor Yusov 3 years ago
- Updated imgui Egor Yusov 3 years ago
- Updated dear imgui Egor Yusov 3 years ago
- Imgui: fixed shaders to work with non-separable program in GL Egor Yusov 3 years ago
- Added Imgui Android implementation Egor 3 years ago
- Fixed Android build error Egor 3 years ago
- Imgui linux: implemented x11 input Egor 3 years ago
- ImGui linux XCB: added mouse wheel handling Egor 3 years ago
- Imgui Linux XCB impl: implemented time delta handling Egor 3 years ago
- Imgui Linux impl: implemented xcb event handling Egor 3 years ago
- Added ImGui Linux implementation stub Egor 3 years ago
- ImGuiImplIOS: implemented time handling Egor Yusov 3 years ago
- ImGui: enabled touch event handling on iOS Egor Yusov 3 years ago
- Preliminary implementation of imgui on iOS Egor Yusov 3 years ago
- Minor cosmetic change Egor Yusov 3 years ago
- Updated imgui implementation on Mac; fixed window resize handling by imgui Egor Yusov 3 years ago
- First implementation of imgui on Mac Egor Yusov 3 years ago
- Minor update to imgui UWP implementation Egor Yusov 3 years ago
- ImGui UWP: fixed window resizing Egor Yusov 3 years ago
- Enabled ImGui on UWP Egor Yusov 3 years ago