data visualization (2-d plot) package for smalltalk
Asked Answered
D

2

6

Is there any current data visualization or 2-d plot package for smalltalk (squeak or pharo) platform?

something similar to d3js or processing.org, or maybe sdl support to draw lines/dots on the screen?

Decomposition answered 24/1, 2014 at 1:59 Comment(0)
S
9

Have a look at . While it is not exactly similar to d3js or procressing.org it is an interactive visualization engine with a nice DSL called Mondrian to script visualizations.

For further information look at:

Starchy answered 24/1, 2014 at 7:20 Comment(1)
And the Roassal guys are very friendly and helpfulBallinger
B
4

Graph-ET might be what you are looking for: http://www.youtube.com/watch?v=PkKNALQHa88

Brianbriana answered 27/1, 2014 at 10:2 Comment(1)
Yes, and GraphET is built on top of Roassal too.Starchy

© 2022 - 2024 — McMap. All rights reserved.