Skip to content
Vaskulis edited this page Aug 6, 2020 · 38 revisions

Welcome to the SketchMorph2 wiki!

This package contains a flexible backend and user friendly Morphic frontend for image editing within Squeak.
To get an overview about this project, have a look at this wiki, where some of the design choices are explained.

Components of this Project

SketchMorph2

Name of the package; includes the backend and frontend

The frontend; handles the user interface and displays the M2Canvas

The backend; handles user interaction from the frontend and implements the provided tools

The SketchMorph2-Tests category

The tests; comprised of three classes that contain tests for various aspects of the project

The Undo functionality

As how this works might not be completely intuitive at first glance, we explained it in a little more detail here.

Clone this wiki locally