SWT18-Project-06

Description

A series of small coding challenges to teach the Morphic UI-Framework

Details

Source
GitHub
Dialect
squeak (65% confidence)
Stars
5
Created
April 19, 2018
Updated
Dec. 12, 2021
Topics
morphic smalltalk squeak tutorial

Categories

UI / Graphics Education / Howto

README excerpt

# **Interactive Morphic Tutorial** [![Build Status](https://travis-ci.org/hpi-swa-teaching/SWT18-Project-06.svg?branch=master)](https://travis-ci.org/hpi-swa-teaching/SWT18-Project-06) [![Coverage Status](https://coveralls.io/repos/github/hpi-swa-teaching/SWT18-Project-06/badge.svg?branch=master)](https://coveralls.io/github/hpi-swa-teaching/SWT18-Project-06?branch=master)

The Interactive Morphic Tutorial is a series of small coding challenges to teach you how to work with the morphic UI-Framework.
Lessons include:
1. Basic morph creation and manipulation
2. Image loading and displaying
3. Events and stepping
4. PolygonMorphs

## **Supported plattforms**
* 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](https://travis-ci.org/hpi-swa-teaching/SWT18-Project-06)

## **Installation Instructions**
For easy installation, we recommend, you first install [Metacello](https://github.com/Metacello/metacello).

Then run:
``` smalltalk
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"

## **Build status**
Master: [![Build Status](https://travis-ci.org/hpi-swa-teaching/SWT18-Project-06.svg?branch=master)](https://travis-ci.org/hpi-swa-teaching/SWT18-Project-06)[![Coverage Status](https://coveralls.io/repos/github/hpi-swa-teaching/SWT18-Project-06/badge.svg?branch=master)](https://coveralls.io/github/hpi-swa-teaching/SWT18-Project-06?branch=master)

Develop: [![Build Status](https://travis-ci.org/hpi-swa-teaching/SWT18-Project-06.svg?branch=develop)](https://travis-ci.org/hpi-swa-teaching/SWT18-Project-06)[![Coverage Status](https://coveralls.io/repos/github/hpi-swa-teaching/SWT18-Project-06/badge.svg?branch=develop)](https://coveralls.io/github/hpi-swa-teaching/SWT18-Project-06?branch=develop)
← Back to results