Simple 3D Viewer

This is a simple 3D viewer applications for testing and developing OpenSG content in. It provides a graphical interface for the easy loading of local and remote files supported by OpenSG.

Once loaded the objects can be scaled, rotated and moved to allow the user to interact with the scene that they have loaded.

The source can be checked out via svn from http://novellab-svn.brighton.ac.uk/svn/simple-viewer/trunk/

This is an autotools project which can be built with:

./autogen.sh
./configure --prefix=/usr
make
make install