PathEngine home previous: Tutorialsnext: Creating the project
Contents, Programmers Guide, Tutorials, A basic application

A basic application

Description

A 'hello world' application that introduces the basic elements required for an application running under the PathEngine testbed.

Creating the project
Setting project options
Defining an entry point
Loading a mesh
The update loop
The finished application

The code for this tutorial can be found in the 'basicapplication' project of the 'samples' solution included with the release.
Once built, the release build can be run by double-clicking 'run basicapplication.bat', in the 'bin' subdirectory of the SDK.


Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEnginenext: Creating the project