Lab 1: Getting Started with Ogre 3D

The Ogre 3D engine is an open source graphics engine written in C++. While Ogre 3D is not a game engine, it is designed to work with a range of other game engine components and it sports an impressive amount of well tuned features for game development. Some commercial games, such as Torchlight have been written with and on top of Ogre 3D.

In our course the reasons to get into Ogre 3D include:

What to Do in this Lab

In this first lab, your goal is to get your first Ogre application running and then experiment with developing a simple scene. The Ogre Wiki is full of great resources, including really good tutorials. We will make extensive use of these tutorials go get up-to-speed, so during this first Ogre week, your assignment is:

The assumption is that you can work on your own machines, so that you can take your development environment with you wherever you go.