Happy !

merino / MetaVisualization

Project infos

License MIT
Tags
Creation date 2016-06-02
Website

Monticello registration

About MetaVisualization

Installation

-=-=-=-=-=-

  1. Download Moose 6 or Pharo 5 and load Moose (http://www.moosetechnology.org/#install)
  2. Open the image and add a new repository in Monticello with the configuration above (user: merino /project:MetaVisualization).
  3. Select MetaVis from the MetaVisulization repo.

Usage

-=-=-=-

Scenario A: Creating an example from the scratch in the Playground

  1. Open a Playground
  2. Write and then evaluate a Roassal script
  3. Right-click on the selected script and select "Save as example"
  4. Select the class hierarchy in which you want your example displayed
  5. Briefly describe the example
  6. Characterize your example with annotations that help users to find it.

Scenario B: Adapting an example from the Roassal examples browser

  1. Open the Roassal examples browser
  2. Select an example from one category
  3. Go to the Playground tab
  4. Adapt the example as needed
  5. Go to scenario A step 3