Parallel rendering: Difference between revisions

Content deleted Content added
wikify
Line 39:
The Equalizer project (http://www.equalizergraphics.com) is an open source rendering framework and resource management system for multipipe applications. Equalizer provides an [[Application programming interface|API]] to write parallel, scalable visualization applications which are configured at run-time by a resource server.
 
[[OpenSG]] (http://opensg.vrsource.org/trac) is an Openopen Sourcesource [[Scene graph|scenegraph]] system that provides parallel rendering capabilities, especially on clusters. It hides the complexity of parallel multi-threaded and clustered applications and supports sort-first as well as sort-last rendering.
 
==See also==