/shapeviz

Just some scripts to visualize layer stats & shapes

Primary LanguageHTMLBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Getting set up

Downlaod and install nodejs, https://nodejs.org/en/download/ on mac, apt get install nodejs. Sorry. Then

npm install -g vulcanize

Finally

git submodule update --init --recursive

You should be good to go.

Running shapeviz

./bin/shapeviz test_data/layerstats_032118.csv

Contributing to shapeviz

From shapeviz, start this and leave it going:

python -m SimpleHTTPServer 8003

Now open a chrome and go to http://localhost:8003/test/basic.html . Debug & reload in there.