History: Basic Tutorial Introduction
Preview of version: 3
- «
- »
This is where you should start if you are completely new to Ogre. All you need is an understanding of writing and compiling c++ programs. For this tutorial series, we will use a pre-built code base that is referred to as the Tutorial Framework. This will allow us to jump right into a full scene. Don't be overwhelmed by all of the code that already exists, just focus on the topic at hand, and you will slowly be introduced to everything step by step.
It is important that you add code as you read. The full source for every tutorial will be provided so that you can check your work, but you should build every tutorial before checking it against the completed source.
Before you can begin this series, you have to set up a basic Ogre project. If you need help with this, then you can read Setting Up An Application. It has setup information for each OS, and a section about building with cmake. It also as a section that covers the Tutorial Framework we will be using in this series.
To start the series, you'll need four files that you can find here. Copy these files into your project:
BaseApplication.h BaseApplication.cpp TutorialApplication.h TutorialApplication.cpp