Happy New Year, everyone!
Last year was quite interesting:
- we had two rather successful MooseDays (thanks again Anne and Inria for
organizing the second one)
- we were joined by quite a number of newcomers (thanks for your trust)
- we got much closer to the Pharo development - we are literally working on
the very latest of Pharo. I think this is exciting both for Moose and for
Pharo.
- Roassal came to fruition with Athens and multiple builders, layouts and
libraries on top (thanks ObjectProfile & co).
- GlamorousToolkit started to be useful with the Inspector, Debugger and
Metaceller (thanks Andrei and Diego).
- Moose on web opened an interesting direction (thanks Synectique & co).
- PetitJava and FAST started to be promising (thanks Nicolas, Yuriy & co).
- Rubric was added silently for the moment (thanks Alain and Synectique).
- Several new visualizations made it into Moose.
I am sure I forgot many things. Please feel free to reply and complete the
list.
We have a great momentum. And I think the year to come will be even more
exciting. Don't you?! :)
Doru
Hi,
I would like to reshape the webpage of Moose to make more obvious what it
is and offer first steps for newcomers to look into it. We now have some
good material around that we can consolidate once we have a new webpage
structure.
But, for this, I need a bit of help. Specifically, first I need to migrate
the existing webpage to Pier3/Pharo 3.0. Can anyone help here?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Load Roassal to enjoy Dowser, a relational tower visualization.
The following expression relates the year and locations of Iron Maiden’s concerts:
RODowserExample new example10
More Screenshots available on:
https://www.facebook.com/media/set/?set=a.567893596630575.1073741840.340543…
Thanks Ricardo for this excellent piece of work!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
When loading Glamour, I have this warning:
This package depends on the following classes:
GLMOtherExamples
You must resolve these dependencies before you will be able to load these definitions:
roassalDirect
Hi guys!
It's been a while since I posted in this list.
The reason why I'm posting is because I finally finished my exams (yay!) and now I have some time to spare developing Graph-ET. I noticed a lot of you have been trying it, thank you for that :) I will try and answer all your questions regarding Graph-ET in the next few days.
Meanwhile, today I did a little work on Scatterplots, you can go play with that, here's an example for you:
| diag col | col := OrderedCollection new. col add: (1@1). col add: (1@2). col add: (2@1). col add: (2@2). col add: (0.75(a)0.5). col add: (0.6(a)1.5). diag := GETDiagramBuilder new. (diag scatterplot) models: col; x: [ :mod | mod x ]; y: [ :mod | mod y ]; regularAxis.
diag open
It's really pretty basic, I think changing the size and shape of he object should be nice.
In ESUG I was working in animations, but I dropped it, I'll try again soon, but not inmediatly. Other things I think I'll work is improving the axis values in the labels and various customizations and bug-fixing.
Also, I would like to hear from you, what can I work on? I been recieving a lot of suggestions, and I'm glad. So if you have a request, doubt, complaint, comments or anything really you can contact me and I'll try and answer ASAP.
Hope hearing from you!Daniel
In the last version of Roassal, you can do:
-=—=-=—=-=—=-=—=
b := ROMondrianViewBuilder new.
b nodes: Collection withAllSubclasses.
b edgesFrom: #superclass.
b treeLayout.
b applyLayout.
view := b raw.
ROPharoHTMLExporter new
view: view;
extractUnderFileName: 'foo.html’
-=—=-=—=-=—=-=—=
https://www.facebook.com/photo.php?fbid=567001390053129&set=a.5572711876928…
Thanks Kevin por pushing me on this :-)
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I think the inspector should become more prominent in the life of a Pharo
developer.
For example, the Inspector is perhaps the last tool you might see as useful
for code manipulation, but if you see code as objects, it makes perfect
sense to have some support in the inspector.
To show how it can be different, I described two recent scenarios in which
the GTInspector was essentially the only tool readily available to support
editing of a custom set of methods:
http://www.humane-assessment.com/blog/guiding-custom-changes-with-gtinspect…
I would be happy to hear any feedback.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi
I was working on graph-ET with an old version, and since I'm using the latest one, the toolbar with "export" "zoomIn" etc disappeared.
How can I put it back ?
Thank you
Hi!
We’ve just put online some example about GraphET.
GraphET is about drawing charts, graphs and histograms. It is built on top of Roassal, to let the user enjoy all the different interaction with the visualization.
GraphET may be loaded using the following incantation:
Gofer new smalltalkhubUser: 'ObjectProfile'
project: 'GraphET';
package: 'ConfigurationOfGraphET';
load.
(Smalltalk at: #ConfigurationOfGraphET) loadDevelopment
https://www.facebook.com/media/set/?set=a.566523986767536.1073741839.340543…
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.