gt-exploration

Details

Source
GitHub
License
MIT
Stars
1
Forks
2
Created
Feb. 17, 2025
Updated
March 11, 2026

README excerpt

GtExploration for Processing Abstractions
=========================================
A transpiler for the [Processing](https://processing.org/) programming language implemented for [Glamorous Toolkit](https://gtoolkit.com/) to be used for teaching programming and computer architecture using the [Processing Abstractions](https://github.com/zeniko/processing-abstractions) materials.

Developed as part of a [thesis](https://github.com/zeniko/gyminf-thesis) at [Software Engineering Group at UniBE](https://seg.inf.unibe.ch/).

## Installation

```st
Metacello new
	repository: 'github://zeniko/gt-exploration:main/src';
	baseline: 'GtExploration';
	load
```

## Load Lepiter

After installing with Metacello, you will be able to execute

```
#BaselineOfGtExploration asClass loadLepiter
```
← Back to results