Coder Social home page Coder Social logo

roassal2's Introduction

Roassal2

Test P8 Test P9

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 8 & Pharo 9

Execute the following code snippet to load Roassal2 in a fresh Pharo 8 or Pharo 9 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.

If you wish to set a dependency to Roassal2 in your application, you simply need to add in your baseline:

spec baseline: 'Roassal2' with: [ 
				spec repository: 'github://ObjectProfile/Roassal2/src' ].

Pharo 7

Roassal2 is frozen for Pharo 7. You can load it using:

Metacello new 
    baseline: 'Roassal2'; 
    repository: 'github://ObjectProfile/Roassal2:pharo7/src'; 
    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'

roassal2's People

Contributors

bergel avatar akevalion avatar peteruhnak avatar jurajkubelka avatar stonesong avatar girba avatar pavel-krivanek avatar chisandrei avatar stefanreichhart avatar rjacas avatar ainfante91 avatar smaass avatar pestefo avatar fzmolina avatar benjaminvanryseghem avatar fniephaus avatar offray avatar stephaneggermont avatar badetitou avatar sergestinckwich avatar crunsk avatar astares avatar anneetien avatar ewandawson avatar stepharoself avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.