https://github.com/loleg/tokitokit
https://github.com/loleg/tokitokit
board-game data-art gamedev hslu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loleg/tokitokit
- Owner: loleg
- License: mit
- Created: 2021-11-15T13:05:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T22:03:47.000Z (over 3 years ago)
- Last Synced: 2025-02-17T18:49:19.895Z (3 months ago)
- Topics: board-game, data-art, gamedev, hslu
- Language: JavaScript
- Homepage: https://tokittokit.vercel.app
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tokit tokit
This project is about digital and analogue (on-screen and physical) rendering and interaction with data. For details see the challenge page linked above.
## Tech Stack
We are using lightweight tools like Deck.gl, P5.js, Processing or D3.js to render tessellated hexagons (also known as hex bins) over a map.
## Tech stack
- https://deck.gl/docs/api-reference/core/deckgl
- https://github.com/d3/d3-hexbin
- https://openprocessing.org/sketch/1113831
- https://github.com/Turfjs/turf/tree/master/packages/turf-hex-grid
- https://docs.qgis.org/3.16/en/docs/user_manual/processing_algs/qgis/vectorcreation.html## Data Sources
- [LUSTAT Bevölkerungsszenarien 2021](https://www.lustat.ch/analysen/bevoelkerung/bevoelkerungsszenarien-2021)
- [Analyseregion Stadt Luzern](https://www.lustat.ch/files_ftp/daten/arlu/01/w015_001t_arlu01_zz_d_0000_001_291.html)
- [Dokumentation](https://www.lustat.ch/analysen/bevoelkerung/bevoelkerungsszenarien-2021)
- [BFS Bevölkerungsstatistik STATPOP](https://www.bfs.admin.ch/bfs/de/home/statistiken/bevoelkerung/erhebungen/statpop.html)
- [GeoAdmin Test Karte](https://test.map.geo.admin.ch/?lang=en&topic=ech&layers=ch.bfs.volkszaehlung-bevoelkerungsstatistik_einwohner&layers_opacity=1&layers_visibility=true&layers_timestamp=2019&lon=8.29617&lat=47.05267&zoom=10.984518352740992)
- [GeoAdmin OpenLayers](https://map.geo.admin.ch/?lang=en&topic=ech&bgLayer=ch.swisstopo.pixelkarte-grau&layers=ch.bfs.volkszaehlung-bevoelkerungsstatistik_einwohner&layers_opacity=0.5&layers_timestamp=2019&E=2666005.48&N=1212683.94&zoom=6)
- [Geodaten Download](https://www.bfs.admin.ch/bfs/de/home/dienstleistungen/geostat/geodaten-bundesstatistik/gebaeude-wohnungen-haushalte-personen/bevoelkerung-haushalte-ab-2010.assetdetail.19106709.html)## Inspiration
[](https://t.co/sJshvX4rOf)
[](https://www.superdot.studio/information-architecture)
[](https://www.instructables.com/3D-Periodic-Table/)
[](http://dfgames.net/143-abalone.html)
## License
[MIT](LICENSE)