Gjacquenot / ign-rendering

C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.

Home Page:https://ignitionrobotics.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignition Rendering: Rendering library for robot applications

Maintainer: ichen [AT] openrobotics [DOT] org

GitHub open issues GitHub open pull requests Discourse topics Hex.pm

Build Status
Test coverage codecov
Ubuntu Bionic Build Status
Homebrew Build Status
Windows Build Status

Ignition Rendering is a C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.

Ignition Rendering is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications.

Table of Contents

Features

Install

Usage

Folder Structure

Code of Conduct

Contributing

Versioning

License

Features

  • Support for rendering engines including OGRE and OptiX (experimental)
  • Plugin-based architecture. Mulitple rendering engine plugins can be loaded at run time.
  • Object-oriented scene management.

Install

See the installation tutorial.

Usage

The Ign Rendering API can be found in the documentation. See the installation tutorial on how to build the documentation files using Doxygen.

You can also take a look at the sample applications in the examples folder.

Folder Structure

  • include/ignition/rendering: Contains all the public header files which will be installed

  • src: Contains all the C++ source code which are not installed.

  • test: All integration, performance and regression tests go here, under their specific folders.

  • examples: Sample programs to demonstrate different features of ign-rendering

  • doc: Files used by Doxygen when generating documentation.

Rendering engine plugin implementation code is stored in their own folders

  • ogre : OGRE 1.x rendering engine plugin

  • ogre2 : OGRE 2.x rendering engine plugin (available in versions >= ign-rendering1)

  • optix : OptiX rendering engine plugin

Contributing

Please see CONTRIBUTING.md.

Code of Conduct

Please see CODE_OF_CONDUCT.md.

Versioning

This library uses Semantic Versioning. Additionally, this library is part of the Ignition Robotics project which periodically releases a versioned set of compatible and complimentary libraries. See the Ignition Robotics website for version and release information.

License

This library is licensed under Apache 2.0. See also the LICENSE file.

About

C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.

https://ignitionrobotics.org

License:Other


Languages

Language:C++ 89.1%Language:GLSL 6.1%Language:Metal 2.4%Language:HLSL 0.8%Language:CMake 0.7%Language:Cuda 0.6%Language:C 0.3%Language:NASL 0.1%Language:Python 0.0%Language:Shell 0.0%