interreality.org [VOS]
[Home][About]
[Screenshots][Download]
[News][Community]
[Documentation][Manual]
[Bugs & Requests][Wiki]

Chapter 5. VOS Programming in C++

Code tutorials for writing applications and MetaObject implementations using the VOS C++ libraries

5.1. Tutorials

A complete introduction to the VOS API is given through the following seven tutorials. In the VOS distribution these tutorials may be found in vos/apps/tutorials along with the appropriate files for compiling them.

  1. The simplest possible program that uses VOS.

  2. Introduction to Vobjects.

  3. Local and Remote Vobjects and Messages.

  4. Linking Vobjects together.

  5. Introduction to Metaobjects.

  6. Child and Property Listeners

  7. Creating your own MetaObjects

  8. More Metaobjects, and an example 3D world.