Happy !

Pharo / Athens

Project infos

License MIT
Tags vector, graphics
Creation date 2013-03-26
Website

Monticello registration

About Athens

A vector graphics framework for Pharo with nice little back-ends such as Cairo.

There is a jenkins job producing image with preloaded configuration of Athens: https://ci.inria.fr/pharo-contribution/job/Athens/

To load the project into image, first load its Metacello configuration:

Gofer new
    smalltalkhubUser: 'Pharo' project: 'Athens';
    configuration;
    load.

And then, load the version of configuration you want.

ConfigurationOfAthens loadDevelopment.
ConfigurationOfAthens loadStable.

etc..