History: Basic Tutorial Introduction
Preview of version: 2
- «
- »
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.