Happy !

Moose / Mondrian

Project infos

License BSD
Tags moose, ui, multimedia, algorithm, research
Creation date 2013-02-13
Website http://www.squeaksource.com/Mondrian.html

Monticello registration

About Mondrian

This is the Squeak implementation of the Mondrian engine for scripting visualizations. Several examples are contained in the ReadMe class. The official webpage of Mondrian is http://moose.unibe.ch/tools/mondrian.

If you are using a recent version of Pharo (>= 1.3), then use the following incantation to install Mondrian is: Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load.

(Smalltalk at: #ConfigurationOfMondrian) project lastVersion load If you are using Pharo 1.2, the incantation to install Mondrian is: Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load.

((Smalltalk at: #ConfigurationOfMondrian) project version: '2.90') load If you're using Pharo 1.1.1 or below, then you should do: Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load. ((Smalltalk at: #ConfigurationOfMondrian) project version: '2.1.2') load

To load Mondrian without Shout, doit the following: Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load. (Smalltalk at: #ConfigurationOfMondrian) loadDefaultMinimal

A short tutorial is available here: http://bergel.eu/download/MondrianManual.pdf