Project status
此内容尚不支持你的语言。
topos is a UWB spatial tracking service for live performance, built by a technical stage manager at Douze Dix-Huit and used there in production. It is beta software running on real shows, under active development.
This site is being built. What is already here, and what is coming:
- Docs — the complete guide, from buying the hardware to calibrating in the venue, imported straight from the topos repository so it never drifts from the code. English for now; French and Chinese translations to come.
- Hardware — shopping list, printable cases (STL and OpenSCAD sources), anchor firmware.
- Coming — tutorials (short videos: tracking in five minutes, laser-meter calibration), workshop photos, a devlog, GitHub Discussions, a public roadmap.
Everything else lives in the repository, including an --simulate mode that runs the whole chain without any hardware:
git clone https://github.com/yokoul/topos.git && cd topospython3 -m venv .venv && source .venv/bin/activatepip install -e ".[dev]"python -m topos.main --simulate circle # then open http://localhost:7070Licences
Section titled “Licences”Code is MIT. Hardware (cases, schematics) is CERN-OHL-P v2. Documentation and media are CC BY-SA 4.0.
topos.red — Real-time · Environment · Distance[email protected] · 代码 MIT · 硬件 CERN-OHL-P · 文档 CC BY-SA