#define S_APPLICATIONS #define S_APPLICATIONS_MAIN #define PAGE Parallel Rendering Applications #include "header.shtml"
The Equalizer distribution contains several example applications to demonstrate the capabilities of Equalizer and to provide a reference for application developers.
eqHello is the most simple Equalizer
application. It illustrates the basic principle of any Equalizer application,
namely the implementation of the rendering in Channel::frameDraw,
similar to the glutDisplayFunc used in GLUT applications.
eqPly is a parallel polygonal renderer. It can read ply files, which are automatically converted into an 3-dimensional kd-tree for efficient rendering.
The example supports all scalable rendering features of Equalizer, and demonstrates several other features, such as head tracking and resident node support. It is also the reference for large parts of the Programming Guide.
eVolve is a parallel volume renderer. It is currently under development and not yet fully debugged and refactored.
The example renders pre-integrated raw volumes. The volume information and lookup table is read from a separate header file. Equalizer ships with a converter which can read pvm files and various transfer functions.
eVolve does support all Equalizer scalable rendering features. The current technology preview does not yet work on Windows XP.
Various other commercial and open source applications use Equalizer as the foundation for parallel rendering.
If you are working on an application based on Equalizer, please drop us an email and we will add your program to the list.
#include "footer.shtml"