Tree @48b2f1f (Download .tar.gz)
DiligentTools 
Tools module provides additional functionality on top of the Diligent Engine's core module. It implements render script and texture loading utilities. For more information, please visit diligentgraphics.com/diligent-engine.
To build the module, see build instrcutions in the master repository.
Version History
v2.3
- Implemented Vulkan backend
v2.2
- Added MacOS and iOS support
v2.1.b
- Removed legacy VS projects and solutions
- Added HLSL2GLSLConverter project
v2.1.a
- Refactored build system to use CMake
- Added support for Linux platform
v2.0.alpha
Alpha release of Diligent Engine 2.0. The engine has been updated to take advantages of Direct3D12:
- Pipeline State Object encompasses all coarse-grain state objects like Depth-Stencil State, Blend State, Rasterizer State, shader states etc.
- New shader resource binding model implemented to leverage Direct3D12
Release notes:
- Diligent Engine 2.0 also implements OpenGL and Direct3D11 back-ends
- Alpha release is only available on Windows platform
- Direct3D11 back-end is very thoroughly optimized and has very low overhead compared to native D3D11 implementation
- Direct3D12 implementation, to the contrary, is preliminary and not yet optimized.
v1.0.0
Initial release
For more details on the release, please visit diligentgraphics.com
Commit History
@48b2f1f7c4ee3b957970426abbae6138f8e6f390
git clone https://git.s-ol.nu/forks/DiligentTools.git
- GLTF Loader: fixed couple of issues with animation Egor Yusov 6 years ago
- GLTF loader: fixed loading specular factor Egor Yusov 6 years ago
- GLTF Loader: improved pbr workflow indication Egor Yusov 6 years ago
- Image loader: fixed loading paletted png images Egor Yusov 6 years ago
- GLTF Loader: using linear min filter when the model specifies NEAREST_MIPMAP_LINEAR Egor Yusov 6 years ago
- Fixed default ctor of TextureLoadInfo struct Egor Yusov 6 years ago
- Update GLTF loader; fixed warning in KTX loader Egor Yusov 6 years ago
- GLTF Loader: fixed transforms Egor Yusov 6 years ago
- GLTF Loader: fixed texture format recognition Egor Yusov 6 years ago
- Updated TextureLoadInfo ctor Egor Yusov 6 years ago