https://github.com/polygonjs/example-plugin-mediapipe_facemesh
demo of Polygonjs plugin for mediapipe
https://github.com/polygonjs/example-plugin-mediapipe_facemesh
Last synced: 11 months ago
JSON representation
demo of Polygonjs plugin for mediapipe
- Host: GitHub
- URL: https://github.com/polygonjs/example-plugin-mediapipe_facemesh
- Owner: polygonjs
- Created: 2022-01-25T15:30:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T16:03:16.000Z (about 4 years ago)
- Last Synced: 2025-07-14T10:34:10.797Z (11 months ago)
- Language: JavaScript
- Size: 19.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of the Mediapipe plugin for [polygonjs](https://polygonjs.com)
The [Mediapipe plugin](https://github.com/polygonjs/plugin-mediapipe-facemesh) allows you to integrate Mediapipe into your [Polygonjs](https://polygonjs.com) scenes. It makes it much easier to add face meshes as part of a larger scene, or to add complex shaders to the captured faces.

Here is what it looks like from the editor:

# How to get started?
## If you are not familiar with Polygonjs
The easiest way to start is to clone this repo and run the following:
- 1: install dependencies, with `yarn` or `npm install`
- 2: run: `yarn polygon` or `nom run polygon`
- 3: open your browser on `http://localhost:8091`
If you have any trouble installing it, the docs may be able to help: [https://polygonjs.com/docs/](https://polygonjs.com/docs/)
## If you are familiar with Polygonjs:
Then simply start a project with `npx polygonjs-editor` and import the plugin following the instructions on the [plugin page](https://github.com/polygonjs/plugin-mediapipe-facemesh)