Giter VIP home page Giter VIP logo

diligenttools's Introduction

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 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.
    • 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.

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

License Chat on gitter Build Status Build Status Codacy Badge

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.
  • 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.

Diligent Engine uses clang-format to ensure consistent source code style throught the code base. The format is validated by appveyor and travis 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.