Sketching tool for Squeak. Offers a flexible backend through image form manipulation and friendly usage with a Morphic frontend.
In order to install the package you have to install the Morphic Testing Framework first. The documentation can be found here.
Metacello new
baseline: 'SketchMorph2';
repository: 'github://HPI-SWA-Teaching/SketchMorph2:dev/packages';
load
Open the frontend by executing MorphicMonet open
. A window will open offering you a blank canvas to draw on and a selection of tools to use. Most of these tools work as you would expect from other digital drawing systems. You can choose a color from the predefined palette or freely from the color selector.