Provides a bare framework for creating cross-platform Ogre 1.9 projects.
A simple example project is included to get you started.
Includes simple FPS controls via OIS and GUI via CEGUI by default.
CMake is used to provide cross-platform compilation.
- Install Ogre 1.9 and, optionally, CEGUI.
- Modify CMakeLists.txt and configuration files in dist/bin for your project and system.
- Navigate into the folder storing your project and BareOgre.
- Use
cmake .
to produce the appropriate compilation or project files for your system. - Compile the code using the files produced by CMake.
- Either run the exectable or the Python script
run.py
in dist/bin to start the program. - ...
- Profit.
The code is tweaked and enhanced from the Ogre Tutorial Framework available on the Ogre Wiki as a Public Domain work.
This code is released under the LGPLv3 license (see license/LICENSE.txt).