ub-movements/README.md

41 lines
683 B
Markdown
Raw Normal View History

2024-06-21 14:57:44 +00:00
# Movements in the UvA University Library
2024-04-26 13:12:09 +00:00
2024-06-21 14:57:44 +00:00
# Usage
2024-04-26 13:12:09 +00:00
2024-06-21 14:57:44 +00:00
Run dev server:
2024-06-21 14:57:44 +00:00
```sh
npm run dev
```
2024-06-21 14:57:44 +00:00
Or, to expose it on the network: `npm run dev -- --host`.
2024-06-21 14:57:44 +00:00
Update data:
2024-06-21 14:57:44 +00:00
```sh
poetry run python parse_data.py
```
2024-06-21 14:57:44 +00:00
# Install
2024-06-21 14:57:44 +00:00
```sh
npm install
poetry install
```
2024-06-21 14:57:44 +00:00
# TODO
2024-06-21 14:57:44 +00:00
In progress:
2024-06-21 14:57:44 +00:00
Currently drafting the timeline. Events should show up in the timeline, and still need to pass Events and Overlay_Motions to the scene object. Possibly in a data wrapper. Currently timeline pick a relevant Item
2024-06-21 14:57:44 +00:00
#
2024-06-21 14:57:44 +00:00
TODO: check out https://threlte.xyz/ for moving to Threejs instead of svg.
2024-06-21 14:57:44 +00:00
* Story
* Scene
* Oldest item
* All items last month, one by one
* Journey of selected item
*