[style.m4]
Ubigraph
[content/title.m4]

UBIGRAPH

[content/navigation.m4]

[Template: templates/SixBoxes.m4]
[content/tech.content/ForceDirected.m4]
Force-directed graph layout

Force-directed graph layout is a standard technique for finding graph layouts... UbiGraph uses the Appel/Barnes-Hut algorithm to calculate pairwise forces in O(n log n) time.

[content/tech.content/Multilevel.m4]

Multilevel

Randomized dynamic algorithm...

[content/tech.content/DynamicCoarsening.m4]
Dynamic Coarsening

The coarser graphs are maintained using a novel dynamic coarsening algorithm that requires O(1) randomized time per update in bounded-degree graphs.




[content/tech.content/OpenGL.m4]
OpenGL

OpenGL is the industry standard for high performance graphics. You can find out more at http://www.opengl.org/.

[content/tech.content/XMLRPC.m4]
XMLRPC

XMLRPC is a protocol for remote procedure calls using the HTTP transport protocol and XML encoding of arguments and responses. Using XMLRPC, you can talk to the UbiGraph server from any language which supports it. For more information, see http://www.xmlrpc.com/.

[content/tech.content/Pthreads.m4]
POSIX Threads (Pthreads)

The server will use up to 8 cpus for high-performance layout and rendering.