Great. We need to integrate this rendering directly in Moose :).
Doru
On Apr 10, 2013, at 1:49 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
The same script using Athens and Roassal
<Screen Shot 2013-04-09 at 7.49.08 PM.png>
Alexandre
On Apr 9, 2013, at 7:12 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
This should get integrated into Roassal. Could you please point us to the implementation?
In http://smalltalkhub.com/#!/~MathieuDehouck/RoassalAlgorithm
A comparison between the old radial layout and the new one:
RORadialTreeLayout is the old layout. RORadialTreeLayout_N is the new Mathieu's layout.
<Screen Shot 2013-04-09 at 7.07.37 PM.png><Screen Shot 2013-04-09 at 7.07.26 PM.png>
Mathieu's layout is slightly slower, however the result is more exploitable, nodes are less cluttered.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | view | view := ROMondrianViewBuilder new.
view nodes: Object withAllSubclasses. view edgesFrom: #superclass. [view layout: (RORadialTreeLayout new). view applyLayout.] timeToRun
=> 6779
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | view | view := ROMondrianViewBuilder new.
view nodes: Object withAllSubclasses. view edgesFrom: #superclass. [view layout: (RORadialTreeLayout_N new). view applyLayout.] timeToRun
=> 7420
I had a look at RORadialTreeLayout_N. Several "Transcript show" are still present. Do you consider the code finished? If yes, then I can do some cleaning and write some unit tests. Good job Mathieu!
Cheers, Alexandre
Cheers, Doru
On Tue, Apr 9, 2013 at 2:00 PM, mathieubmddehouck@mailoo.org wrote: Hello
I've been working on a new radial tree layout for Roassal.
The code still needs some improvements, but the algorithm seems to work.
Here are some screenshots for comparison.
I'd like to add Bezier curves to Roassal.
Mathieu
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"There are no old things, there are only old ways of looking at them."