[ANN] Roassal 3d
by Alexandre Bergel
Dear Friends and Colleagues,
We are happy to (officially) announce Roassal 3d. Roassal 3d is about creating and animating 3d scenes. It is meant to visualize data. Roassal 3d recently got textures, translucence, additional layouts and various light models.
It would be great to receive feedback. Ronie worked very hard on making Roassal3d happen. Milton has put quite some effort on writing documentation and writing examples. A very preliminary version of the documentation may be found on:
https://www.dropbox.com/s/mctbza5qfcdxbs3/Roassal3dtutorial.pdf
The screenshots contained in this documentation should convey an accurate feeling of what Roassal 3d is up to.
Loading Roassal 3d in Pharo 3.0 is trivial, thanks to a configuration. Simply open a workspace and do-it the following code:
Gofer new smalltalkhubUser: 'ronsaldo' project: 'roassal3d'; package: 'ConfigurationOfRoassal3d'; load. (Smalltalk at: #ConfigurationOfRoassal3d) loadDevelopment
We are also looking for contributors to the documentation, we plan to have a book chapter on it. Get in touch with us!
Thanks to Usman, Jean-Baptiste, Igor for their help and contributions.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
10 years
Roassal 3d now support textures
by Alexandre Bergel
hi!
Just to keep you up to date with the Roassal 3d effort.
https://www.facebook.com/photo.php?fbid=547995685287033&set=a.52999790375...
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
10 years
numberOfLinesOfCode for container
by Usman Bhatti
Hello,
Why do we have numberOfLinesOfCode metric for a namespace and not for a
package? May be we should define numberOfLinesOfCode at the level of
FAMIXContainer to make it more general. In fact, in all the subclasses of a
container, it is only the package that does not have numberOfLinesOfCode
metric. We are doing a FAMIXDiff browser (to see the changes between two
models) and see what are the metrics that can be interesting for each
entity.
Anne and Usman
10 years
Similarity Matrix
by Alexandre Bergel
Hi!
I know some of you are working on DSM-kind of matrix. Oscar has been working on a similarity matrix for Roassal. I just want to share a self-explanble screenshot with you guys.
On this example, the methods of the subclasses of Set are compared between themselves.
Black dot is a couple (m1, m2) that are very similar
More on https://www.facebook.com/media/set/?set=a.550677725018829.1073741833.3405...
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
10 years
composite diagrams in GraphET
by Usman Bhatti
Do we have support for composite diagrams in GraphET? I am looking to
create a multi-line diagram like the one shown here, created with Eyesee
charts.
tx,
Usman
[image: Inline image 2]
10 years