History: MOGRE
Preview of version: 55
- «
- »
MOGRE (Managed OGRE) is an advanced .NET wrapper for OGRE, hosted on sourceforge. The "glue" code between C++ and .NET is developed using C++/CLI, which offers great flexibility and low-level control of how the wrapping should work.
MOGRE goes beyond a plain wrapper: The OGRE classes are integrated into the .NET framework seamlessly (see OGRE-MOGRE interconnection).
Retired author: Bekas | Current maintainer: list of maintainers | Wiki support: Beauty | Hall of fame
Mogre 1.7.1 (beta) released!
Look here, test it and give feedback.
|
|
Introduction & Installation
Get a little introduction to MOGRE and learn how to download and install it.
|
Using MOGRE
|
Code Snippets
C# Snippets
|
|
News
|
Special Links
Official links for the project.
|
Miscellaneous Wiki Pages
|
Addons for MOGRE
Addons or plugins are libraries that add new features to target platform, in this case MOGRE, an addon can add support for -GUI widgets, Physics simulations, terrain, AI,networking, special effects, etc,etc. With the right set of addons you can easily build a toolset or even a full GameEngine. But remember a GameEngine needs to be a consistent and integrated library with a custom framework.Overview: Mogre Add-ons A tutorial for integrating OGRE (C++) addons in MOGRE (C#) using C++/CLI is planned by Marioko (wrapping infos are in this thread and in Wikipedia) |