OGRE (Object-Oriented Graphics Rendering Engine)

Source Distribution README file

http://www.ogre3d.org

Summary

OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilising 3D hardware. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes.

This distribution contains the full original source code for OGRE and is the most flexible way of obtaining the engine, although it does require you to build it yourself. For people who want a little more convenience, at the expense of a larger download and slightly less flexibility, there is also a precompiled SDK release available for some compilers.

Index Of Contents

What's New?

A summary of the new and altered features in this release.

Features

A summary of OGRE's main features.

Building the core OGRE libraries

This section covers building the libraries and plugins which make up the core OGRE system.

The OGRE Manual

A descriptive reference to the major parts of the engine such as scripts.

API Reference

The full OGRE API documentation, as generated from the (heavily!) commented source.

The OGRE Wiki

A gold mine of tutorials, tips and code snippets which will help you get up to speed with the engine.

If you are running on Linux, please also see the Linux README which will also assist you in Linux-specific issues. If you are running Mac OSX, read the Mac README.

Contributing

We welcome all contributions to OGRE, be that new plugins, bugfixes, extensions, tutorials, documentation, example applications, artwork or pretty much anything else! If you would like to contribute to the development of OGRE, please go to the web site and click on the 'Developers' link.

Keeping Up To Date

The best place to keep up to date with developments on OGRE is the Official Web Site. From there you can download the latest source code and documentation. You can choose between keeping bang up to date with Subversion or by just getting the regularly released snapshots.

The changes included in this current version can be viewed on the ChangeLog.

Getting Support

Please use our extensive forums if you need help or think you may have found a bug. Go to the main web site and click on the Forums link.

Licensing

Please see the full license documentation for details.

Acknowledgements

The authors wish to credit the following for their work which is used in whole or in part in OGRE:

Artwork:

Included as source (modified as appropriate), and credited appropriately in the source files affected:

Standalone tools used:

And I'd also like to thank the following just for inspiration, ideas, and pretty much anything else:

Copyright © 2006 by The OGRE Team