The Interactive Morphic Tutorial is a series of small coding challenges to teach you how to work with the morphic UI-Framework. Lessons include:
- Basic morph creation and manipulation
- Image loading and displaying
- Events and stepping
- PolygonMorphs
- Squeak-5.0
- Squeak-5.1
- (Squeak-trunk)
Due to the fast changing nature of trunk, compatibility is not guaranteed, for the current build status visit Travis-ci
For easy installation, we recommend, you first install Metacello.
Then run:
Metacello new
baseline: 'MorphicTutorial';
repository: 'github://hpi-swa-teaching/SWT18-Project-06:master/packages';
load.
To open the tutorial, open the "Apps" drawer and click "Morphic Tutorial"