Hi everybody!
I'm a Pharo newcomer and I'm currently working on a view builder for Roassal (http://www.smalltalkhub.com/#!/~ObjectProfile/Roassal). The idea of the builder is to allow the user to explore any data structure interactively, via a tiny DSL.
A simple example: you can start by placing a class as your first node, and then you can browse the class hierarchy via mouse clicks, with the right click revealing the superclass, and the left click revealing the subclasses, all in an animated fashion, forming the class hierarchy tree as you expand your nodes and coloring them accordingly.
The project is available at http://www.smalltalkhub.com/#!/~smaass/RoassalExploraBuilder. It features some examples (file system, class hierarchy, circular linked list), but is still in an early stage so any feedback will be greatly appreciated!
Cheers! _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi everybody! I'm a Pharo newcomer and I'm currently working on a view builder for Roassal (http://www.smalltalkhub.com/#!/~ObjectProfile/Roassal). The idea of the builder is to allow the user to explore any data structure interactively, via a tiny DSL. A simple example: you can start by placing a class as your first node, and then you can browse the class hierarchy via mouse clicks, with the right click revealing the superclass, and the left click revealing the subclasses, all in an animated fashion, forming the class hierarchy tree as you expand your nodes and coloring them accordingly. The project is available at http://www.smalltalkhub.com/#!/~smaass/RoassalExploraBuilder. It features some examples (file system, class hierarchy, circular linked list), but is still in an early stage so any feedback will be greatly appreciated! Cheers! _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On 10 Jan 2014, at 22:59, Sergio Maass <[hidden email]> wrote: You should make a video! Marcus _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Sergio Maass
Welcome! I already took a look. This is certainly an interesting area. Let us know about the progress. Doru
On Fri, Jan 10, 2014 at 10:58 PM, Sergio Maass <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Sergio Maass
I’m really interested by that.
Yes if you have a demo it would be really good. Stef On 10 Jan 2014, at 22:58, Sergio Maass <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |