https://github.com/feenkcom/gtoolkit-euclid
GToolkit bindings to euclid - a small library for geometric types with a focus on 2d graphics and layout
https://github.com/feenkcom/gtoolkit-euclid
Last synced: 4 months ago
JSON representation
GToolkit bindings to euclid - a small library for geometric types with a focus on 2d graphics and layout
- Host: GitHub
- URL: https://github.com/feenkcom/gtoolkit-euclid
- Owner: feenkcom
- License: mit
- Created: 2020-01-30T19:51:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T22:53:42.000Z (over 6 years ago)
- Last Synced: 2025-09-03T05:41:39.758Z (10 months ago)
- Language: Smalltalk
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GToolkit-Euclid 
GToolkit bindings to [euclid](https://github.com/servo/euclid) - a small library for geometric types with a focus on 2d graphics and layout
## Installation
```smalltalk
EpMonitor current disable.
[
Metacello new
baseline: 'GToolkitEuclid';
repository: 'github://feenkcom/gtoolkit-euclid';
load
] ensure: [ EpMonitor current enable ].
```