Git Product home page Git Product logo

vicon_projector_server's Introduction

Requirements

- vrpn (https://github.com/vrpn/vrpn)
# Following will be installed when you install vicon_projector_server package
- Pyqt6
- pyqtgraph
- Werkzeug
- json-rpc
- tabulate

Installing VRPN

# Clone the repo
git clone https://github.com/vrpn/vrpn


cd vrpn
# Build VRPN
mkdir build
cd build
cmake ..
make vrpn-python

# This install vrpn python package in the default python
sudo make install vrpn-python

To change python version or install in a virtual env change appropriate paths in

vrpn/python_vrpn/Makefile.python

To install this package

pip3 install .

or for active development (editable),

pip3 install -e .

Docs

To make documentation

cd docs/
make html

If you have issues building sphinx or if sphinx wasnt correctly installed with the python package. Use the following commands to install sphinx and rtd theme

sudo apt-get install python3-sphinx
#or
pip3 install sphinx

# To install sphinx theme
pip3 install sphinx_rtd_theme

If you add a new file, use the following command to add the file to Sphinx documentation. Run this once (from inside docs folder) when there are new python files.

sphinx-apidoc -o ../docs ../vicon_projector_server

Work in progress

vicon_projector_server's People

Contributors

akashratheesh avatar

Stargazers

 avatar Zakariya Laouar avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.