Re-configurable Interactively Changing Education Box
Finalist entry in 2023 IEEE AP-S Student Design Contest.
The software stack has three parts;
- AR iOS app
- Positioning Engine written in Julia
- WebSocket server which connects the two (the hub)
Entrypoint: positioning/positioning.jl
Start the web interface by running npm run dev
from hub/web
.
Run the WebSocket server (which connects to the app) from the server
directory
with
deno run --allow-net --unstable --allow-write --allow-read --allow-run index.ts
Run the test suite with
deno test --allow-net --unstable --allow-write --allow-read --allow-run
๐