https://github.com/semperos/gt-plotter-tutorial
Learning GtPlotter
https://github.com/semperos/gt-plotter-tutorial
glamorous-toolkit moldable-development pharo visualization
Last synced: 4 months ago
JSON representation
Learning GtPlotter
- Host: GitHub
- URL: https://github.com/semperos/gt-plotter-tutorial
- Owner: semperos
- Created: 2023-08-25T22:34:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T20:54:25.000Z (over 2 years ago)
- Last Synced: 2025-02-11T09:48:24.714Z (over 1 year ago)
- Topics: glamorous-toolkit, moldable-development, pharo, visualization
- Language: Smalltalk
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```
Metacello new
repository: 'github://semperos/gt-plotter-tutorial:main/src';
baseline: 'GtDgPlotterTutorial';
load
```
## Load Lepiter
After installing with Metacello, you will be able to execute
```
#BaselineOfGtDgPlotterTutorial asClass loadLepiter
```