Repository containing various OGRE3D small applications made to be familiar with OGRE3D, game development and game engine.
- OGRE3D 1.9
- Add an environment variable OGRE_HOME and set it to the directory of OGRE3D
- Bullet Physics 2.82
- Add an environment variable BULLET_HOME and set it to the directory of Bullet
- Visual Studio 2012 (Platform Toolset v110)
- If using a newer Visual Studio version, make sure OGRE3D and Bullet can be linked
Open and build the solution with Visual Studio 2012 and above.
- OgreGame1
- Simple OGRE scene with a basic camera controller
- OgreGame2
- Simple FPS game with physics
- OgreGame3
- Simple RTS game with physics and basic AI
- OgreShared
- Class library project that contains everything that is common to all projects