Parallel rendering: Difference between revisions

Content deleted Content added
Archwyrm (talk | contribs)
Line 27:
Equalizer (http://www.equalizergraphics.com) is an open source rendering [[Software framework|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://opensgwww.vrsourceopensg.org/trac) is an open source [[Scene graph|scenegraph]] system that provides parallel rendering capabilities, especially on clusters. It hides the complexity of parallel [[Thread (computer science)|multi-threaded]] and clustered applications and supports sort-first as well as sort-last rendering.
 
==See also==