VR pool simulator written in Python (using pyopenvr)
- pyopenvr for VR
- sounddevice and soundfile for sound
- pytest and matplotlib
-
Install the required dependencies.
-
Build and install the
poolvrpackage:
cd <poolvr.py root dir>
python setup.py install
To start poolvr in VR-mode, run from command-line:
poolvr
To run without VR:
poolvr --novr
To see all available command-line options:
poolvr -h
cd <poolvr.py root dir>/test
pytest
To see all available test command-line options:
pytest -h
