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?

Zhe Hu
  • 3,777
  • 4
  • 32
  • 45

2 Answers2

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:

MartinW
  • 4,966
  • 2
  • 24
  • 60
4

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

Damien Cassou
  • 2,555
  • 1
  • 16
  • 21