Popularity
8.0
Declining
Activity
9.6
Growing
3,687
150
929

Programming language: C++
License: MIT License
Tags: Graphics    
Latest version: v1.12.9

Ogre 3D alternatives and similar libraries

Based on the "Graphics" category.
Alternatively, view Ogre 3D alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Ogre 3D or a related project?

Add another 'Graphics' Library

README

GitHub release Join the chat at https://gitter.im/OGRECave/ogre Patreon

[](Other/ogre_header.png)

Summary

OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilising 3D hardware. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes.

Build Status
Linux, OSX, Android, iOS CI Build
MSVC Build status

Index Of Contents

  • [What's New?](Docs/13-Notes.md) A summary of the new and altered features in this release.
  • Building the core OGRE libraries
    If you're using the full source release, this will help you build it. If you're using a precompiled SDK then most of the work has already been done for you, and you should use the sample projects to see how to compile your own code against OGRE.
  • The OGRE Manual
    A high-level guide to the major parts of the engine and script reference.
  • API Reference
    The full OGRE API documentation, as generated from the (heavily!) commented source.
  • The OGRE Tutorials
    A gold mine of tutorials, tips and code snippets which will help you get up to speed with the engine.

Try it

Features

For an exhaustive list, see the features page and try our Sample Browser. For a quick overview see below

Integrated Bump Mapping Integrated shadows
[](Other/screenshots/bumpmap.jpg) [](Other/screenshots/shadows.jpg)
HW & SW skeletal animation Multi-layer Terrain
[](Other/screenshots/skeletal.jpg) [](Other/screenshots/terrain.jpg)
Automatic Rendertarget pipelining (Compositors) Volume Rendering with CSG & Triplanar Texturing
[](Other/screenshots/compositor.jpg) [](Other/screenshots/volume.jpg)
Dear ImGui Particle Effects
[](Other/screenshots/imgui.jpg) [](Other/screenshots/particle.jpg)

Who is using it?

Open Source

Closed Source

Contributing

We welcome all contributions to OGRE, be that new plugins, bugfixes, extensions, tutorials, documentation, example applications, artwork or pretty much anything else! If you would like to contribute to the development of OGRE, please create a pull request.

Getting Support

Please use our community support forums if you need help or think you may have found a bug.

Licensing

Please see the [full license documentation](Docs/License.md) for details.


*Note that all licence references and agreements mentioned in the Ogre 3D README section above are relevant to that project's source code only.