ahmed-shariff / vicon-nexus-unity-stream-py

Python script to stream data from vicon nexus to unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moved to ovi-lab organization.

Overview

Python script to stream data from vicon nexus to unity

Setup

Requirements

  • Python 3.8+

Installation

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

Usage

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

Credits

This project was generated with cookiecutter using jacebrowning/template-python.

About

Python script to stream data from vicon nexus to unity

License:MIT License


Languages

Language:Python 77.6%Language:Makefile 16.2%Language:HTML 6.1%