Skip to content

Base Classes and Sample Apps

Kel Guerin edited this page Oct 14, 2013 · 4 revisions

Base Classes

Sample Apps are based on two base classes (one for c++ and one for python) contained in WallFrame Core, that expose user tracking data and debugging tools to the developer. These base classes will have to be inherited to allow for full integration with the WallFrame app and user management system.

Apps

We provide four pre-written applications that can be modified or used as a learning tool:

  • C++ Example App
  • Creates an empty Qt QWidget context that stretches across your displays
  • Python Example App
  • Same as the C++ App, but in python
  • OpenSceneGraph App
  • Creates a Qt QWidget filled with an OSG viewport, and displays a textured rectangle which moves around based on the position of the user closest to the screen.
  • ImageStorm App
  • Creates a wall of images which then coalesce into the shapes of the users standing in front of the wall
Clone this wiki locally