We do often include affiliate links to earn us some pennies. See more here.

Open-source graphics rendering engine 'OGRE' has a major new release up

By - | Views: 21,373

OGRE, a classic open source graphics rendering engine has a major new release available and the first big release in some time.

What exactly is it? "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 applications utilising hardware-accelerated 3D graphics. 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".

Ogre 2.1 'Baldur' finally released yesterday, and it really does include some massive new features. Here's a rundown of the highlights:

  • Hlms (High Level Material System) to generate shaders automatically. Replaces RTSS and manual shaders
  • PBS – Physically Based Shading
  • New Compositor. More flexible, faster and powerful
  • Refactored Ogre 1.x to increase performance by several factors; using cache friendly techniques (Data Oriented Design), SIMD instructions, AZDO (Aproaching Zero Driver Overhead), auto instancing, and multithreading
  • Windows Vista/7/8/10 support, macOS via Metal and OpenGL, iOS via Metal, Linux via OpenGL
  • Many new features: Area lights, Parallax Corrected Cubemaps, Forward Clustered lights, HDR, Exponential Shadowmaps and more

Vulkan support didn't make it into this release, however it is something they're working on as they announced previously. Going by their FAQ, it's still firmly planned with Vulkan having more of a priority than D3D12.

See OGRE on the official site if you wish to learn more.

Article taken from GamingOnLinux.com.
11 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
3 comments

Roman Apr 27, 2020
Is it ogre?
razing32 Apr 27, 2020
Was curios what games were actually made with this so found the following :
https://wiki.ogre3d.org/Ogre3D+Steam+Games+Sales+Charts

A few of those I would not have suspected to be on the list.
slapin Apr 28, 2020
  • Supporter Plus
as I understand Ogre 2.x has narrow platform support unlike Ogre 1.x, so if you target cross-platform you better stick to 1.x releases. Both 1.x and 2.x are in development AFAIR.

Ogre is frequently used when one wants custom 3D engine (i.e. don't want to use UE, Unity, Godot, ...) but do not want to write everything from scratch. It powers huge number of games. But it is low level and hardcore and you will need to add all the features (navigation, physics, ECS), etc. yourself.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.