You can see a semi-overview of layouts here https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Layout/0107-Layout.html
or inside image in Roassal Examples > Layouts

It may be my imagination, but I think Natalia Tymchuk was working on a faster version?

In any case, you can specify number of iterations for ForceBasedLayout with nbIterations:

~~~~~~~~~~~~~
RTForceBasedLayout new
nbIterations: 1000;
on: elements.
~~~~~~~~~~~~~

obviously with fewer iterations the layout will get worse.

Also, how many elements is "many"?

Peter

On Wed, Jul 29, 2015 at 8:53 PM, Demian Schkolnik <demianschkolnik@gmail.com> wrote:
Hi all! 
I want to make a visualization of a graph (nodes and edges), but applying ForceLayout to it takes forever, because the graph has too many elements. if I apply TreeLayout, for example, the view renders almost instantly. Is there some other Layout, similar to ForceLayout, but faster, for so many elements?
Thanks!

_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev