https://github.com/bancedev/motion-demo
sandbox for motion capture prototyping
https://github.com/bancedev/motion-demo
Last synced: 9 months ago
JSON representation
sandbox for motion capture prototyping
- Host: GitHub
- URL: https://github.com/bancedev/motion-demo
- Owner: BanceDev
- Created: 2025-09-25T18:02:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T18:06:38.000Z (9 months ago)
- Last Synced: 2025-09-30T20:06:12.195Z (9 months ago)
- Language: Python
- Size: 5.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Motion Capture Demo
## Development Environment
This project uses [`uv`](https://docs.astral.sh/uv/) for dependancy management.
### Build Virtual Environment
1. `uv sync --all-extras`
2. `uv venv`
3. use the appropriate command for your OS to activate the venv
4. `python main.py` to run the demo.