Merge branch 'patch-1' into 'main'

EyetrackVR

See merge request lvra/lvra.gitlab.io!113
This commit is contained in:
Bones 2025-05-28 08:16:26 +00:00
commit 56c2dafda2

View file

@ -7,21 +7,25 @@ weight: 250
DIY eye tracking for any headset. Here are the steps to get the software working on linux. DIY eye tracking for any headset. Here are the steps to get the software working on linux.
## Prerequisites
- tkinter `pacman -S tk`
- Python 3.11 available through the [AUR](https://aur.archlinux.org/packages/python311), build yourself! Otherwise tk will not work!
- Build after installing tkinter, otherwise it will not be included
- [poetry](https://python-poetry.org/docs/#installing-with-the-official-installer)
## EyeTrackApp ## EyeTrackApp
`git clone https://github.com/EyeTrackVR/EyeTrackVR.git` ```bash
git clone https://github.com/EyeTrackVR/EyeTrackVR.git
cd EyeTrackVR
poetry install --no-root
cd EyeTrackApp
poetry run pyinstaller eyetrackapp.spec
```
`cd EyeTrackVR` and bada bing bada boom you now should now have a fully functional eyetrack app in directory `dist`
`git checkout v2.0-beta-feature-branch`
`poetry install --no-root`
`cd EyeTrackApp`
and bada bing bada boom you now should now have a fully functional eyetrack app when you run:
`poetry run python3 eyetrackapp.py`
## VRChat Native Eyetracking ## VRChat Native Eyetracking