RoassalExploraBuilder: interactive visual exploration of data structures.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

RoassalExploraBuilder: interactive visual exploration of data structures.

Sergio Maass
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
Reply | Threaded
Open this post in threaded view
|

RoassalExploraBuilder: interactive visual exploration of data structures.

Sergio Maass

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
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] RoassalExploraBuilder: interactive visual exploration of data structures.

Marcus Denker-4

On 10 Jan 2014, at 22:59, Sergio Maass <[hidden email]> wrote:

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!


You should make a video!

Marcus

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] RoassalExploraBuilder: interactive visual exploration of data structures.

Tudor Girba-2
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:

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!




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RoassalExploraBuilder: interactive visual exploration of data structures.

Stéphane Ducasse
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:

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


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev