|
Mogre Wiki Tutorial Framework
This 'mini-framework' is meant to be a common framework for the tutorials.
The purpose of this framework is slightly different to the Ogre one, as portability is less of an issue with Mogre than Ogre. Instead the objectives of this tutorials framework are:
|
Download
Visual C# 2010 / .NET 4.0
Visual C# 2008 / .NET 2.0-3.5
Visual VB.NET 2010 / .NET 4.0
Visual VB.NET 2008 / .NET 2.0-3.5
Note: If you get a BadImageFormatException you need to set the target plattform from "Any CPU" to "x86".
This option you find in the project settings (right click to "Tutorial" in project overview Visual Studio). Then you choose the "Build" tabular of the project settings. There you find the target plattform option.
Setup
Simply download the zip file and open it. It contains a Visual Studio solution all ready to use. It includes all the necessary .dll files, media files and the project configuration. All you have to do is edit the Tutorial code file according to the tutorial's instructions.
Source
The source code of the Tutorial framework is also available here.
Other Uses
The tutorials framework is also a convenient base for prototyping. (e.g. to make tests with Ogre basics like ManualObjects, Overlays, etc.)
It's possible to disable the Ogre configuration window, which splashes for each start. Details you find here.