Skip to content
Kuganash Ravishanker edited this page Aug 5, 2022 · 38 revisions

Introduction

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

Obacht: Some of these component descriptions are outdated since the summer term 2021.

This category is the core package which includes the backend and frontend

This category implements all the Tools in Morphic Monet

This category implements all the Shapes in Morphic Monet

This category implements all the helper classes required for a tool in Morphic Monet

This category implements the new layer system

This category consists all UI elements of Morphic Monet

This category contains all the icon used in Morphic Monet menu.

This category implements the udo function

This category consists the tests. It is comprised of two classes that contain tests for various aspects of the project

Coding Standards

Here you can find the Coding Standards that to be followed uniformly in the code