Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cauldron | 788 | 3 days ago | 18 | mit | C++ | |||||
A simple framework for rapid prototyping on Vulkan or Direct3D 12 | ||||||||||
Imogen | 585 | 4 years ago | 12 | mit | Python | |||||
GPU Texture Generator | ||||||||||
Imgui Ws | 268 | a year ago | 7 | mit | C++ | |||||
Dear ImGui over WebSockets | ||||||||||
Imgui_software_renderer | 184 | 2 years ago | 3 | C++ | ||||||
A Software Renderer for Dear ImGui | ||||||||||
Nukleardotnet | 168 | 5 days ago | 9 | other | C# | |||||
.NET binding for the Nuklear immediate mode GUI | ||||||||||
Diligenttools | 87 | 12 days ago | 9 | apache-2.0 | C++ | |||||
Utilities built on top of core module | ||||||||||
Texeled | 61 | 23 days ago | 5 | mit | C++ | |||||
Almost handmade simple texture viewer and editor | ||||||||||
Utopianengine | 53 | a year ago | 26 | mit | C++ | |||||
A game engine in early development | ||||||||||
Amberengine | 16 | 6 months ago | 1 | mit | C++ | |||||
Personal OpenGL C++ Game Engine Project | ||||||||||
Imgui Vulkano Renderer | 7 | 2 years ago | 1 | mit | Rust | |||||
A renderer for imgui-rs using the Vulkano wrapper for the Vulkan API. |
This module implements additional functionality on top of the Diligent Engine's core module and contains the following libraries:
DRACO_PATH
CMake variable.To build the module, see build instructions in the master repository.
Platform | Build Status |
---|---|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
See Apache 2.0 license.
This project has some third-party dependencies, each of which may have independent licensing:
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.