SketchMorph2

Description

(SWT22-06)

Details

Source
GitHub
License
MIT
Stars
5
Forks
1
Created
April 29, 2020
Updated
Nov. 25, 2022

README excerpt

![CI](https://github.com/hpi-swa-teaching/SketchMorph2/workflows/CI/badge.svg?branch=dev)
[![Coverage Status](https://coveralls.io/repos/github/hpi-swa-teaching/SketchMorph2/badge.svg?branch=dev)](https://coveralls.io/github/hpi-swa-teaching/SketchMorph2?branch=dev)

# SketchMorph2
Sketching tool for Squeak. Offers a flexible backend through image form manipulation and friendly usage with a Morphic frontend.

## How to Install

In order to install the package you have to install the Morphic Testing Framework first.
The documentation can be found [here](https://github.com/hpi-swa-teaching/Morphic-Testing-Framework#installation).

```Smalltalk
   Metacello new 
      baseline: 'SketchMorph2';
      repository: 'github://HPI-SWA-Teaching/SketchMorph2:dev/packages';
      load
```

## Usage
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.
← Back to results