Skip to content

Agile Visualization Engine for Pharo and VisualWorks

License

Notifications You must be signed in to change notification settings

a2b-alb/Roassal2

This branch is 1844 commits behind ObjectProfile/Roassal2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 3, 2019
cad1ab1 · May 3, 2019
May 3, 2019
Sep 2, 2018
Sep 2, 2018
Mar 1, 2018
Oct 5, 2018
Apr 7, 2017
Dec 12, 2018
Apr 11, 2017
Apr 11, 2017

Repository files navigation

Roassal2

Roassal2 is a visualization engine for the Pharo and VisualWorks programming language and environment. Extensive documentation is available on http://AgileVisualization.com


VisualWorks

The distribution of Roassal for VisualWorks is in the Cincom public store. Simply look for roassal2-full on the public store. Note that your need to have the Cairo libraries installed along with the VisualWorks installation.


Pharo 7

The source code of Roassal2 is contained in this GitHub repository.

Execute the following code snippet to load Roassal2 in a fresh Pharo 7 image:

Metacello new
    baseline: 'Roassal2';
    repository: 'github://ObjectProfile/Roassal2/src';
    load.

You can also load Roassal2 from the Pharo Catalog browser.

If you have a local copy of Roassal, you can do the following:

Metacello new
  baseline: 'Roassal2';
  repository: 'gitlocal:///Users/alexandrebergel/Dropbox/GitRepos/Roassal2' ;
  lock;
  load.

Pharo 6.1

You can load Roassal in Pharo 6.1 using the following script:

Gofer it
    smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
    configurationOf: 'Roassal2';
    loadVersion: '1.59'

About

Agile Visualization Engine for Pharo and VisualWorks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 95.7%
  • HTML 4.3%