{"id":19133767,"url":"https://github.com/diligentgraphics/diligenttools","last_synced_at":"2025-04-05T02:08:34.459Z","repository":{"id":40625788,"uuid":"44292726","full_name":"DiligentGraphics/DiligentTools","owner":"DiligentGraphics","description":"Utilities built on top of core module","archived":false,"fork":false,"pushed_at":"2024-10-29T23:36:59.000Z","size":9007,"stargazers_count":116,"open_issues_count":12,"forks_count":71,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-29T23:43:43.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiligentGraphics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-15T03:56:53.000Z","updated_at":"2024-10-29T23:37:02.000Z","dependencies_parsed_at":"2023-02-08T04:15:24.743Z","dependency_job_id":"7172d2b3-2e9c-42ce-8b8d-115d0c133b6b","html_url":"https://github.com/DiligentGraphics/DiligentTools","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiligentGraphics%2FDiligentTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiligentGraphics%2FDiligentTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiligentGraphics%2FDiligentTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiligentGraphics%2FDiligentTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiligentGraphics","download_url":"https://codeload.github.com/DiligentGraphics/DiligentTools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276164,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T06:23:45.878Z","updated_at":"2025-04-05T02:08:34.452Z","avatar_url":"https://github.com/DiligentGraphics.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diligent Tools \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/diligentgraphics-logo.png\" height=64 align=\"right\" valign=\"middle\"\u003e\n\nThis module implements additional functionality on top of the [Diligent Engine](https://github.com/DiligentGraphics/DiligentEngine)'s core module\nand contains the following libraries:\n\n* [Texture loader](TextureLoader): a texture loading library. The following formats are currently supported: jpg, png, tiff, dds, ktx.\n* [Asset Loader](AssetLoader): an asset loading library. The library currently supports GLTF 2.0.\n  * To enable Draco compression, download [Draco repository](https://github.com/google/draco) and include it into\n    your project. Make sure that Draco source folder is processed by CMake *before* DiligentTools folder.\n    Alternatively, you can specify a path to the Draco installation folder using `DRACO_PATH` CMake variable.\n* [Imgui](Imgui): implementation of [dear imgui](https://github.com/ocornut/imgui) with Diligent API.\n* [NativeApp](NativeApp): implementation of native application on supported platforms.\n* [HLSL2GLSLConverter](HLSL2GLSLConverter): HLSL-\u003eGLSL off-line converter utility.\n* [RenderStateNotation](RenderStateNotation): Diligent Render State notation parsing library.\n* [RenderStatePackager](RenderStatePackager): Render state packaging tool.\n\n\nTo build the module, see [build instructions](https://github.com/DiligentGraphics/DiligentEngine/blob/master/README.md) in the master repository.\n\n| Platform                                                                                                                                    |   Build Status                    |\n| --------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------- |\n| \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/windows-logo.png\" width=24 valign=\"middle\"\u003e Windows            | [![Build Status](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-windows.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-windows.yml?query=branch%3Amaster) |\n| \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/uwindows-logo.png\" width=24 valign=\"middle\"\u003e Universal Windows | [![Build Status](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-windows.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-windows.yml?query=branch%3Amaster) |\n| \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/linux-logo.png\" width=24 valign=\"middle\"\u003e Linux                | [![Build Status](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-linux.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-linux.yml?query=branch%3Amaster) |\n| \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/macos-logo.png\" width=24 valign=\"middle\"\u003e MacOS                | [![Build Status](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-apple.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-apple.yml?query=branch%3Amaster) |\n| \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/apple-logo.png\" width=24 valign=\"middle\"\u003e iOS                  | [![Build Status](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-apple.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-apple.yml?query=branch%3Amaster) |\n| \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/tvos-logo.png\" width=24 valign=\"middle\"\u003e tvOS                  | [![Build Status](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-apple.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-apple.yml?query=branch%3Amaster) |\n| \u003cimg src=\"https://github.com/DiligentGraphics/DiligentCore/blob/master/media/emscripten-logo.png\" width=24 valign=\"middle\"\u003e Web             | [![Build Status](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-emscripten.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/build-emscripten.yml?query=branch%3Amaster) | \n\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](License.txt)\n[![Chat on Discord](https://img.shields.io/discord/730091778081947680?logo=discord)](https://discord.gg/t7HGBK7)\n[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/DiligentGraphics/DiligentTools?svg=true)](https://ci.appveyor.com/project/DiligentGraphics/diligenttools)\n[![MSVC Code Analysis](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/msvc_analysis.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentTools/actions/workflows/msvc_analysis.yml?query=branch%3Amaster)\n[![Lines of code](https://sloc.xyz/github/DiligentGraphics/DiligentTools)](https://github.com/DiligentGraphics/DiligentTools)\n\n# License\n\nSee [Apache 2.0 license](License.txt).\n\nThis project has some third-party dependencies, each of which may have independent licensing:\n\n* [args](https://github.com/Taywee/args): A simple header-only C++ argument parser library. ([MIT License](https://github.com/DiligentGraphics/args/blob/master/LICENSE)).\n* [libjpeg](http://libjpeg.sourceforge.net/): C library for reading and writing JPEG image files ([JPEG Group's open source license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/libjpeg-9a/README)).\n* [libtiff](http://www.libtiff.org/): TIFF Library and Utilities ([Sam Leffler and Silicon Graphics, Inc. MIT-like license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/libtiff/COPYRIGHT)).\n* [libpng](http://www.libpng.org/pub/png/libpng.html): Official PNG reference library ([libpng license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/lpng-1.6.17/LICENSE)).\n* [zlib](https://zlib.net/): A compression library ([Jean-loup Gailly and Mark Adler MIT-like license](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/zlib-1.2.8/README)).\n* [tinygltf](https://github.com/syoyo/tinygltf): A header only C++11 glTF 2.0 library ([MIT License](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/tinygltf/LICENSE)).\n* [draco](https://github.com/google/draco): A library for compressing and decompressing 3D geometric meshes and point clouds. ([Apache License 2.0](https://github.com/google/draco/blob/master/LICENSE)).\n* [imgui](https://github.com/ocornut/imgui): Immediate Mode Graphical User interface for C++ with minimal dependencies ([MIT license](https://github.com/DiligentGraphics/imgui/blob/master/LICENSE.txt)).\n* [imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat): ImGui GIZMO widget - 3D object manipulator / orientator ([BSD 2-Clause License](https://github.com/DiligentGraphics/DiligentTools/blob/master/ThirdParty/imGuIZMO.quat/license.txt)).\n* [stb](https://github.com/nothings/stb): stb single-file public domain libraries for C/C++ ([MIT License or Public Domain License](https://github.com/DiligentGraphics/stb/blob/master/LICENSE)).\n* [json](https://github.com/nlohmann/json): JSON for Modern C++ ([MIT License](https://github.com/DiligentGraphics/json/blob/develop/LICENSE.MIT)).\n\n\u003ca name=\"contributing\"\u003e\u003c/a\u003e\n# Contributing\n\nTo contribute your code, submit a [Pull Request](https://github.com/DiligentGraphics/DiligentTools/pulls) \nto this repository. **Diligent Engine** is distributed under the [Apache 2.0 license](License.txt) that guarantees \nthat content in the **DiligentTools** repository is free of Intellectual Property encumbrances.\nIn submitting any content to this repository,\n[you license that content under the same terms](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-terms-of-service#6-contributions-under-repository-license),\nand you agree that the content is free of any Intellectual Property claims and you have the right to license it under those terms. \n\nDiligent Engine uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to ensure\nconsistent source code style throughout the code base. The format is validated by CI\nfor each commit and pull request, and the build will fail if any code formatting issue is found. Please refer\nto [this page](https://github.com/DiligentGraphics/DiligentCore/blob/master/doc/code_formatting.md) for instructions\non how to set up clang-format and automatic code formatting.\n\n------------------------------\n\n[diligentgraphics.com](http://diligentgraphics.com)\n\n[![Diligent Engine on Twitter](https://github.com/DiligentGraphics/DiligentCore/blob/master/media/twitter.png)](https://twitter.com/diligentengine)\n[![Diligent Engine on Facebook](https://github.com/DiligentGraphics/DiligentCore/blob/master/media/facebook.png)](https://www.facebook.com/DiligentGraphics/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiligentgraphics%2Fdiligenttools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiligentgraphics%2Fdiligenttools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiligentgraphics%2Fdiligenttools/lists"}