Skip to content

ZanzyTHEbar/ETVR-Tracking-Backend

 
 

Repository files navigation

EyeTrackVR App Python Backend

This is the Python backend for the new EyeTrackVR App. It is a FastAPI app that runs as an exe and communicates with the EyeTrackVR App via WebSockets.

Running the app

Note

Make sure poetry and python ^3.10.0 is installed on your system.
Development: For development run uvicorn with the --reload flag.

  1. Clone the repository
  2. Open up a terminal
  3. Run poetry install in the root directory
  4. Change into the app's directory cd TrackingBackend
  5. Start the app poetry run uvicorn --factory main:setup_app

Building the app

Note

Make sure poetry and python ^3.10.0 is installed on your system.

  1. Clone the repository
  2. Open up a terminal
  3. Run poetry install in the root directory
  4. Build the app with poetry run pyinstaller ETVR.spec TrackingBackend/main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • Makefile 3.0%