Creators: Tyler Myers, Matthew Marsicano
As the final project for our technical elective, Networked XR Systems, we set out to develop an acessible, affordable, and open source XR platform using the concepts explored in our coursework. By using a Raspberry Pi, our hardware suite is compatible with a wide range of mature sensors, and peripherals.
Ensure Python3 is installed, if not install it here
Create and enter a python virtual environment
python -m venv /path/to/new/virtual/environment
source venv/bin/activate
Install the requirements inside the virtual environment
pip install -r requirements.txt