Diligenttools

Utilities built on top of core module
Alternatives To Diligenttools
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cauldron788
3 days ago18mitC++
A simple framework for rapid prototyping on Vulkan or Direct3D 12
Imogen585
4 years ago12mitPython
GPU Texture Generator
Imgui Ws268
a year ago7mitC++
Dear ImGui over WebSockets
Imgui_software_renderer184
2 years ago3C++
A Software Renderer for Dear ImGui
Nukleardotnet168
5 days ago9otherC#
.NET binding for the Nuklear immediate mode GUI
Diligenttools87
12 days ago9apache-2.0C++
Utilities built on top of core module
Texeled61
23 days ago5mitC++
Almost handmade simple texture viewer and editor
Utopianengine53
a year ago26mitC++
A game engine in early development
Amberengine16
6 months ago1mitC++
Personal OpenGL C++ Game Engine Project
Imgui Vulkano Renderer7
2 years ago1mitRust
A renderer for imgui-rs using the Vulkano wrapper for the Vulkan API.
Alternatives To Diligenttools
Select To Compare


Alternative Project Comparisons
Readme

DiligentTools

This module implements additional functionality on top of the Diligent Engine's core module and contains the following libraries:

  • Texture loader: a texture loading library. The following formats are currently supported: jpg, png, tiff, dds, ktx.
  • Asset Loader: an asset loading library. The library currently supports GLTF 2.0.
    • To enable Draco compression, download Draco repository and include it into your project. Make sure that Draco source folder is processed by CMake before DiligentTools folder. Alternatively, you can specify a path to the Draco installation folder using DRACO_PATH CMake variable.
  • Imgui: implementation of dear imgui with Diligent API.
  • NativeApp: implementation of native application on supported platforms.
  • HLSL2GLSLConverter: HLSL->GLSL off-line converter utility.
  • RenderStateNotation: Diligent Render State notation parsing library.
  • RenderStatePackager: Render state packaging tool.

To build the module, see build instructions in the master repository.

Platform Build Status
Windows Build Status
Universal Windows Build Status
Linux Build Status
MacOS Build Status
iOS Build Status
tvOS Build Status
Emscripten Build Status

License Chat on Discord Appveyor Build Status MSVC Code Analysis Lines of Code

License

See Apache 2.0 license.

This project has some third-party dependencies, each of which may have independent licensing:

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 content in the DiligentTools repository is free of Intellectual Property encumbrances. In submitting any content to this repository, you license that content under the same terms, and you agree that the content is free of any Intellectual Property claims and you have the right to license it under those terms.

Diligent Engine uses clang-format to ensure consistent source code style throughout the code base. The format is validated by CI for each commit and pull request, and the build will fail if any code formatting issue is found. Please refer to this page for instructions on how to set up clang-format and automatic code formatting.


diligentgraphics.com

Diligent Engine on Twitter Diligent Engine on Facebook

Popular Texture Projects
Popular Imgui Projects
Popular Graphics Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Texture
Imgui