AnalyzingTwo

Description

Taking a deeper look at the Two.js framework with GToolkit

Details

Source
GitHub
Created
Oct. 21, 2025
Updated
Nov. 24, 2025

README excerpt

##About
[Two.js](https://two.js.org) provides a two-dimensional drawing api for modern web browsers. How does that work? Let's take a look with GToolkit
## Installation

```st
Metacello new
	repository: 'github://StephanEggermont/AnalyzingTwo:master/src';
	baseline: 'AnalyzingTwo';
	load
```

## Load Lepiter

After installing with Metacello, you will be able to execute

```
#BaselineOfAnalyzingTwo asClass loadLepiter
```

← Back to results