All Projects → OGRECave → Ogre

OGRECave / Ogre

Licence: mit
scene-oriented, flexible 3D engine (C++, Python, C#, Java)

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Objective-C++
1391 projects
CMake
9771 projects
Lex
420 projects
GLSL
2045 projects

Projects that are alternatives of or similar to Ogre

Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+297.06%)
Mutual labels:  engine, opengl, rendering, metal, directx
Metalpetal
A GPU accelerated image and video processing framework built on Metal.
Stars: ✭ 907 (-64.87%)
Mutual labels:  opengl, rendering, metal
Innocenceengine
Cross-platform modern game engine.
Stars: ✭ 149 (-94.23%)
Mutual labels:  engine, opengl, rendering
Llgl
Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
Stars: ✭ 1,011 (-60.84%)
Mutual labels:  opengl, metal, directx
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (-17.04%)
Mutual labels:  opengl, rendering, directx
Fiber2d
Cross-platform 2D Game Engine in pure Swift
Stars: ✭ 415 (-83.93%)
Mutual labels:  opengl, metal, directx
Glumpy
Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization
Stars: ✭ 882 (-65.84%)
Mutual labels:  engine, opengl, rendering
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (-95.62%)
Mutual labels:  opengl, metal, directx
Vxr
General purpose engine written in C++ with emphasis on materials rendering (PBR, clear coat, anisotropy, iridescence)
Stars: ✭ 181 (-92.99%)
Mutual labels:  engine, opengl, rendering
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (-46.44%)
Mutual labels:  engine, opengl, rendering
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (-94.66%)
Mutual labels:  opengl, rendering, directx
Herebedragons
A basic 3D scene implemented with various engines, frameworks or APIs.
Stars: ✭ 1,616 (-37.41%)
Mutual labels:  opengl, rendering, metal
Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+12.55%)
Mutual labels:  engine, opengl, directx
Renderhelp
⚡️ 可编程渲染管线实现,帮助初学者学习渲染
Stars: ✭ 494 (-80.87%)
Mutual labels:  engine, opengl, rendering
wgpu-mc
Rust-based replacement for the default Minecraft renderer
Stars: ✭ 254 (-90.16%)
Mutual labels:  metal, engine, directx
delphi3d-engine
A 3D-graphic and game engine for Delphi and Windows.
Stars: ✭ 52 (-97.99%)
Mutual labels:  engine, rendering, directx
Physics3d
A 3D physics engine
Stars: ✭ 101 (-96.09%)
Mutual labels:  engine, opengl, rendering
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (-30.05%)
Mutual labels:  engine, opengl, directx
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+356.08%)
Mutual labels:  engine, opengl, rendering
Remotery
Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Stars: ✭ 1,908 (-26.1%)
Mutual labels:  opengl, metal

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

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? 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
HW & SW skeletal animation Multi-layer Terrain
Automatic Rendertarget pipelining (Compositors) Volume Rendering with CSG & Triplanar Texturing
Dear ImGui Particle Effects

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 for details.

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].