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

https://github.com/fitzgen/geotoy

Polygons in Contact + Glium
https://github.com/fitzgen/geotoy

Last synced: over 1 year ago
JSON representation

Polygons in Contact + Glium

Awesome Lists containing this project

README

          

# Geotoy

To run natively:

cargo run --features=glium

Running in the browser requires a few initial steps:

cd wasm
npm install
npm run update

Then, to compile and serve on [localhost:8080](http://localhost:8080):

npm run build
npm run serve