Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 787 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 787 Bytes

Open-Source-XR-HMD

Creators: Tyler Myers, Matthew Marsicano

An open-source Head Mounted Display built for EECE5698 Networked XR Systems.

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.

Installation Guide

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