Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfghiatus/neos-eye-face-api
Exposes NeosVR's eye and face tracking parameters for curious developers
https://github.com/dfghiatus/neos-eye-face-api
mod neos neosvr virtual-reality vr
Last synced: about 8 hours ago
JSON representation
Exposes NeosVR's eye and face tracking parameters for curious developers
- Host: GitHub
- URL: https://github.com/dfghiatus/neos-eye-face-api
- Owner: dfgHiatus
- License: mit
- Created: 2021-12-07T21:04:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T13:08:35.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:22:48.346Z (10 months ago)
- Topics: mod, neos, neosvr, virtual-reality, vr
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Neos-Eye-Face-API
A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod for [Neos VR](https://neos.com/)
Enables developers to add implement their own eye and face tracking solutions for NeosVR.Related issue on the Neos Github:
https://github.com/Neos-Metaverse/NeosPublic/issues/1140## Usage
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
1. Clone this Repository
1. Update `_eyes` and `_mouth` with values of your own.
1. Build and place your DLL under "nml_mods". This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods` for a default install. You can create it if it's missing, or if you launch the game once with NeosModLoader.
1. Start the game!If you want to verify that the mod is working you can check your Neos logs, or create an EmptyObject with an AvatarRawEyeData/AvatarRawMouthData Component (Found under Users -> Common Avatar System -> Face -> AvatarRawEyeData/AvatarRawMouthData).
Thanks to those who helped me test this!