Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolyatmax/city-drawer
Animating the drawing of city maps
https://github.com/rolyatmax/city-drawer
animation canvas cartography creative-coding javascript maps
Last synced: 3 months ago
JSON representation
Animating the drawing of city maps
- Host: GitHub
- URL: https://github.com/rolyatmax/city-drawer
- Owner: rolyatmax
- Created: 2016-06-11T19:14:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T21:24:12.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:57:29.807Z (9 months ago)
- Topics: animation, canvas, cartography, creative-coding, javascript, maps
- Language: JavaScript
- Homepage: https://tbaldw.in/city-drawer
- Size: 22.3 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# city-drawer
Taking some geojson for cities, merging line segments, and animating them.
![city-drawer](/img/img.png?raw=true "city-drawer")
![city-drawer](/img/img2.png?raw=true "city-drawer")
```shell
npm run serve
```For development:
```shell
npm i
npm run develop
```