-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Milton Mamani Torres edited this page Feb 28, 2020
·
23 revisions
February 2020
Roassal is a visualization engine, written in the Pharo and VisualWorks programming languages originally created at ObjectProfile in 2011 for describing the capabilities and requirements of data models in the Pharo environment. Roassal has evolved and may continue to evolve in future iterations.
This is the third version of Roassal. This visualization engine is currently working with the project Athens and Cairo, but in the future, you can select another back-ends like Bloc .
Installing Roassal is relatively easy. In pharo 7 or pharo 8 open a playground and run the next script.
Metacello new
baseline: 'Roassal3';
repository: 'github://ObjectProfile/Roassal3';
load.
Then run this example RSAnimationExamples new example04BoxWindmill
that will produce the next image