An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# GToolkit-Euclid ![](https://github.com/feenkcom/gtoolkit-euclid/workflows/Cargo%20Build/badge.svg)

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 ].
```