Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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