All Projects → ignitionrobotics → ign-rendering

ignitionrobotics / ign-rendering

Licence: Unknown, Apache-2.0 licenses found Licenses found Unknown LICENSE Apache-2.0 COPYING
C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.

Programming Languages

C++
36643 projects - #6 most used programming language
GLSL
2045 projects
Metal
113 projects
Cuda
1817 projects
HLSL
714 projects
CMake
9771 projects

Projects that are alternatives of or similar to ign-rendering

ign-sensors
Provides numerous sensor models designed to generate realistic data from simulation environments.
Stars: ✭ 30 (-11.76%)
Mutual labels:  gazebo, robotics-simulation, ignition-rendering, ignition-robotics, gazebosim
gzweb
Web client for Gazebo classic simulation
Stars: ✭ 36 (+5.88%)
Mutual labels:  gazebo, 3d-graphics, gazebosim
ign-physics
Abstract physics interface designed to support simulation and rapid development of robot applications.
Stars: ✭ 40 (+17.65%)
Mutual labels:  gazebo, robotics-simulation, ignition-robotics
ign-math
General purpose math library for robot applications.
Stars: ✭ 35 (+2.94%)
Mutual labels:  gazebo, robotics-simulation, ignition-robotics
Tinyraytracer
A brief computer graphics / rendering course
Stars: ✭ 3,971 (+11579.41%)
Mutual labels:  rendering, 3d-graphics
Rpt
A physically-based path tracer
Stars: ✭ 296 (+770.59%)
Mutual labels:  rendering, 3d-graphics
Pyrender
Easy-to-use glTF 2.0-compliant OpenGL renderer for visualization of 3D scenes.
Stars: ✭ 582 (+1611.76%)
Mutual labels:  rendering, 3d-graphics
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+3967.65%)
Mutual labels:  rendering, 3d-graphics
Nabla
OpenGL/OpenGL ES/Vulkan/CUDA/OptiX Modular Rendering Framework for PC/Linux/Android
Stars: ✭ 235 (+591.18%)
Mutual labels:  rendering, optix
Flycube
Graphics API wrapper is written in C++ on top of Directx 12 and Vulkan. Provides main features including ray tracing.
Stars: ✭ 78 (+129.41%)
Mutual labels:  rendering, 3d-graphics
Yocto Gl
Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
Stars: ✭ 1,391 (+3991.18%)
Mutual labels:  rendering, 3d-graphics
LuisaRender
High-Performance Multiple-Backend Renderer Based on LuisaCompute
Stars: ✭ 47 (+38.24%)
Mutual labels:  rendering, optix
MoravaEngine
2D/3D graphics engine written in C++ language. It currently supports the following graphics APIs: OpenGL 3.3+, Vulkan 1.2, DirectX 11. Its current purpose is to experiment with various CG concepts and techniques.
Stars: ✭ 129 (+279.41%)
Mutual labels:  rendering, 3d-graphics
Renderhelp
⚡️ 可编程渲染管线实现,帮助初学者学习渲染
Stars: ✭ 494 (+1352.94%)
Mutual labels:  rendering, 3d-graphics
D3D12Renderer
Custom renderer and physics engine written from scratch in C++/Direct3D 12.
Stars: ✭ 17 (-50%)
Mutual labels:  rendering, 3d-graphics
Renderer
A shader-based software renderer written from scratch in C89
Stars: ✭ 1,366 (+3917.65%)
Mutual labels:  rendering, 3d-graphics
Yave
Yet Another Vulkan Engine
Stars: ✭ 211 (+520.59%)
Mutual labels:  rendering, 3d-graphics
Tinykaboom
A brief computer graphics / rendering course
Stars: ✭ 2,077 (+6008.82%)
Mutual labels:  rendering, 3d-graphics
nub
A rendering and interaction Processing library
Stars: ✭ 28 (-17.65%)
Mutual labels:  rendering, 3d-graphics
f3d
Fast and minimalist 3D viewer.
Stars: ✭ 791 (+2226.47%)
Mutual labels:  rendering, 3d-graphics

Gazebo 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 Focal Build Status
Homebrew Build Status
Windows Build Status

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

Gazebo Rendering is a component in the Gazebo 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. Multiple rendering engine plugins can be loaded at run time.
  • Object-oriented scene management.

Install

See the installation tutorial.

Usage

The Gazebo 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/gz/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 gz-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 >= gz-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 Gazebo project which periodically releases a versioned set of compatible and complimentary libraries. See the Gazebo website for version and release information.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].