|
Download
The current version of the library is 0.5.4.
Unix
You need to have qmake from Qt to compile the source code.
Windows
Because of a poor implementation of templates for older microsoft compilers,
only .NET 2003 VC++ compiler is supported. The library and the applications are present in the package, nevertheless
Qt is needed to run the graphical applications. You can also download
X3DViewer, an executable of which the code has been compiled on a .NET 2003 platform.
Installation
Unix platform
You can choose between three xml parsers: the Qt xml reader, or the Xerces
parser or the libXML2 parser, depending on the libraries already installed on your machine. Note that the Xerces version must be at least 2.2.
The default parser is the Qt one.
For running the examples that display 3D models, you need QGLViewer.
Windows platform
It is recommended to have Qt, otherwise you cannot launch graphical examples and applications
that depends on QGLViewer.
|