An open API service indexing awesome lists of open source software.

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

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)