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: 6 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 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T21:24:12.000Z (over 3 years ago)
- Last Synced: 2025-03-28T00:41:35.865Z (7 months ago)
- Topics: animation, canvas, cartography, creative-coding, javascript, maps
- Language: JavaScript
- Homepage: https://tbaldw.in/city-drawer
- Size: 22.3 MB
- Stars: 9
- Watchers: 1
- 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.


```shell
npm run serve
```For development:
```shell
npm i
npm run develop
```