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
- Host: GitHub
- URL: https://github.com/fitzgen/geotoy
- Owner: fitzgen
- License: apache-2.0
- Created: 2018-05-29T02:16:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T23:12:08.000Z (over 3 years ago)
- Last Synced: 2025-03-17T11:59:41.595Z (over 1 year ago)
- Language: Rust
- Size: 90.8 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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