Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfghiatus/resonitepimaxeyetracking
Integrates Pimax's Droolon Pi1 eye tracking module into Resonite
https://github.com/dfghiatus/resonitepimaxeyetracking
eye-detection eye-tracking mod neos neosvr pupillometry resonite virtual-reality vr
Last synced: about 7 hours ago
JSON representation
Integrates Pimax's Droolon Pi1 eye tracking module into Resonite
- Host: GitHub
- URL: https://github.com/dfghiatus/resonitepimaxeyetracking
- Owner: dfgHiatus
- License: mit
- Created: 2021-11-26T20:37:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T19:13:29.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:22:49.379Z (10 months ago)
- Topics: eye-detection, eye-tracking, mod, neos, neosvr, pupillometry, resonite, virtual-reality, vr
- Language: C#
- Homepage:
- Size: 3.26 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ResonitePimaxEyeTracker
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/)
Integrates the Droolon Pi1 eye-tracking module. Tracks the following, per eye and combined:
- Gaze
- Eye Widen
- Eye Openness## Installation
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) and if using a face tracker, [mixNmatch_lipsNmouth](https://github.com/dfgHiatus/mixNmatch_lipsNmouth/releases/latest).
2. Place [PimaxEyeTracking-Resonite.dll](https://github.com/dfgHiatus/ResonitePimaxEyeTracking/releases/latest) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
3. Place [PimaxEyeTracker.dll](https://github.com/dfgHiatus/ResonitePimaxEyeTracking/releases/latest) into the same folder as Resonite.exe. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite` for a default install. Additionally, you could get the directory through Steam's "Manage" -> "Browse local files".
4. Start the game!If you want to verify that the mod is working you can check your Resonite logs, or create an EmptyObject with an AvatarRawEyeData Component (Found under Users -> Common Avatar System -> Face -> AvatarRawEyeData).
# Credits
- Utilizes: https://github.com/NGenesis/PimaxEyeTracker
- Inspired by: https://github.com/NGenesis/VRCPimaxEyeTrackerThanks to those who helped me test this!