Python script to stream data from vicon nexus to unity. See vicon-nexus-unity-stream for the accompanying unity package.
- Python 3.8+
Install it directly into an activated virtual environment:
$ pip install vicon_nexus_unity_stream_py
or add it to your Poetry project:
$ poetry add vicon_nexus_unity_stream_py
After installation, the package can be used as a cli tool:
$ vicon-nexus-stream --help
Usage: vicon-nexus-stream [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
server Connects to the vicon and streams the data...
stream Instead of connecting to vicon, streams data...
test Test if connection is working
This project was generated with cookiecutter using jacebrowning/template-python.