{"id":25856392,"url":"https://github.com/jeka8833/meowfacevrcftinterface","last_synced_at":"2026-04-21T14:35:58.028Z","repository":{"id":275645994,"uuid":"926738274","full_name":"Jeka8833/MeowFaceVRCFTInterface","owner":"Jeka8833","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-27T09:22:04.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T12:59:57.329Z","etag":null,"topics":["eye-tracking","face-tracking","head-tracking","meowface","vrcft","vrchat"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jeka8833.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-03T19:21:09.000Z","updated_at":"2025-02-27T09:22:07.000Z","dependencies_parsed_at":"2025-02-18T18:24:09.015Z","dependency_job_id":"bebe97e1-482c-4669-a079-580a01f65961","html_url":"https://github.com/Jeka8833/MeowFaceVRCFTInterface","commit_stats":null,"previous_names":["jeka8833/meowfacevrcftinterface"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeka8833%2FMeowFaceVRCFTInterface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeka8833%2FMeowFaceVRCFTInterface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeka8833%2FMeowFaceVRCFTInterface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeka8833%2FMeowFaceVRCFTInterface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jeka8833","download_url":"https://codeload.github.com/Jeka8833/MeowFaceVRCFTInterface/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404450,"owners_count":19957658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eye-tracking","face-tracking","head-tracking","meowface","vrcft","vrchat"],"created_at":"2025-03-01T18:17:54.816Z","updated_at":"2026-04-21T14:35:57.986Z","avatar_url":"https://github.com/Jeka8833.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeowFaceVRCFTInterface Module\n\n\u003e This module is an unofficial enhancement of the official [VRCFaceTracking-MeowFace](https://github.com/regzo2/VRCFaceTracking-MeowFace) module.\n\nThe module is a bridge between the [MeowFace](https://suvidriel.itch.io/meowface) Android app and the [VRCFaceTracking](https://docs.vrcft.io/) app.\n\nWith this module, you can use your real face to control your avatar's face in VRChat.\n\nThe MeowFaceVRCFTInterface is a good starting point as it doesn't require you to invest any money if you have an Android phone or an Android phone emulator.\n\n## Step 0\n\n1. Make sure you've installed [MeowFace](https://suvidriel.itch.io/meowface).\n2. Make sure you've installed [VRCFaceTracking](https://docs.vrcft.io).\n3. Make sure you find an avatar that supports face tracking or head movement. You **won't be able** to check if it works without this/third-party module enabled. Here's a video tutorial: [link](https://youtu.be/aitYy5H9YTM)\n4. The **most important step** is to make sure that you have enabled [OSC](https://docs.vrcft.io/docs/intro/getting-started#3%EF%B8%8F-enable-osc-in-vrchat) in the avatar settings and enabled tracking of individual parts of the face/head; by default, this is all turned off.\n\n## Installation\n\n- Instructions can be found here: [click here](https://github.com/Jeka8833/MeowFaceVRCFTInterface/wiki/Install-Module)\n\n## Connecting MeowFace to VRCFT\n\n- Instructions can be found here: [click here](https://github.com/Jeka8833/MeowFaceVRCFTInterface/wiki/Connecting-MeowFace-to-VRCFT)\n\n## Calibrating\n\nCamera position, facial structure and other parameters are different for everyone, so the module needs to be customized and calibrated.\n\n- Instructions on how to configure the module can be found here: [click here](https://github.com/Jeka8833/MeowFaceVRCFTInterface/wiki/Configuring-the-module)\n- Instructions on how to configure the Android MeowFace app can be found here: [click here](https://github.com/Jeka8833/MeowFaceVRCFTInterface/wiki/MeowFace)\n\n## Other Documentation\n\n- All instructions can be found here: [click here](https://github.com/Jeka8833/MeowFaceVRCFTInterface/wiki)\n\n## Build your module\n\n\u003e Feel free to create your modules to achieve the tracking results you want; perhaps some of them will be merged with this project.\n\nI think you can figure it out yourself if you have already decided to modify the project. However, when you **clone** the repository using the **IDE**, the project will be **already configured and ready to build**.\nSimply cloning (`git clone`) without `--recurse-submodules` or downloading a Zip archive from GitHub **won't work** because the repository uses **submodules**!\n\nInstructions on where to put the module and in general on developing modules for VRCFT can be found [here](https://docs.vrcft.io/docs/vrcft-software/vrcft-sdk/tracking-module).\n\n## License\n\nMeowFaceVRCFTInterface code is licensed under [MIT License](https://github.com/Jeka8833/MeowFaceVRCFTInterface/blob/master/LICENSE).\n\nMeowFaceVRCFTInterface uses code from third-party developers under license:\n1. License for VRCFaceTracking: [Apache License 2.0](https://github.com/benaclejames/VRCFaceTracking/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeka8833%2Fmeowfacevrcftinterface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeka8833%2Fmeowfacevrcftinterface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeka8833%2Fmeowfacevrcftinterface/lists"}