Hubbry Logo
logo
OGRE
Community hub

OGRE

logo
0 subscribers
Be the first to start a discussion here.
Be the first to start a discussion here.
Contribute something to knowledge base
Hub AI

OGRE AI simulator

(@OGRE_simulator)

OGRE

Object-Oriented Graphics Rendering Engine (OGRE) is a scene-oriented, real-time, open-source, 3D rendering engine.

Ogre has been ported to Windows, macOS, Linux, PocketPC, Xbox, and PS3.

OGRE is a C++ class library built on a modular architecture where functionality is extended via dynamically loaded plugins. Core subsystems are implemented as plugins, allowing developers to select implementations at runtime.

Essential components like the render system, image format loaders, and mesh importers are handled by this plugin system. To facilitate rapid development, the SDK integrates the Assimp library for comprehensive mesh loading and Dear ImGui for creating graphical user interfaces. This combination makes it straightforward to build applications for 3D data visualization and inspection. More broadly, the plugin architecture enables developers to tailor the engine's capabilities and footprint, such as using a full suite of asset importers for development tools while shipping a minimal set with the final product.

In addition to its native C++ API, OGRE provides official language bindings for other programming languages, such as C#, Java, and Python. These bindings are automatically generated from the C++ source code using the SWIG tool.

Ogre originated around 1999 from DIMClass, a Direct3D abstraction project by developer Steve 'Sinbad' Streeting. Realizing its design could be made platform- and API-agnostic, he officially registered the Ogre project on SourceForge in February 2000. Active development began that October, leading to the first functional release for Win32 and Direct3D 7 in 2001.

A major milestone was the September 2002 release (v0.99d), which established Ogre as a cross-platform engine by adding Linux support and an OpenGL renderer. This version also introduced a robust skeletal animation system, and the core development team began to expand.

Further development culminated in the release of Ogre 1.0 in February 2005. The project was subsequently featured as the SourceForge Project of the Month for March 2005.

See all
scene-oriented, real-time, open-source, 3D rendering engine
User Avatar
No comments yet.