gt4DrGeo

Description

Experimenting with porting DrGeo to GT

Details

Source
GitHub
License
GPL-3.0
Forks
1
Created
Nov. 24, 2023
Updated
June 26, 2024

README excerpt

# gt4DrGeo
Experimenting with porting DrGeo to GT
## Installation
This will load DrGeo sources as well as the Gt4DrGeo extensions:
```
Metacello new
	repository: 'github://feenkcom/gt4DrGeo:main/src';
	baseline: 'Gt4DrGeo';
	load.
#BaselineOfGt4DrGeo asClass loadLepiter.
```

If you just want the DrGeo sources, you can load:
```
Metacello new
	repository: 'github://feenkcom/gt4DrGeo:main/src';
	baseline: 'DrGeo';
	load.
```
← Back to results