three-mediapipe-rig

(★ 136)

A ThreeJs module to quickly setup a Media Pipe skeletal rig with minimal code.

File Explorer

  • .gitignore
  • .prettierrc
  • cover.jpg
  • face-blendshapekeys.md
  • index.html
  • meshcap-cover.jpg
  • MESHCAP-FILE.md
  • MESHCAP.md
  • package.json
  • pnpm-lock.yaml
  • posecap-cover.jpg
  • POSECAP.md
  • README.md
  • rig.blend
  • tsconfig.json
  • vite.dev.config.ts
  • vite.lib.config.ts

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

delta

View Details ▼

A viewer for Git and diff output.
See also: `diff`, `difft`.

delta {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}

Compare files or directories:

delta {{[-n|--line-numbers]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}

Compare files or directories, showing the line numbers:

delta {{[-s|--side-by-side]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}

Compare files or directories, showing the differences side by side:

🔍

npm install

View Details ▼

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

🔍

rig

View Details ▼

Utility to piece together a random first name, last name, street number and address, along with a geographically consistent (ie, they all match the same area) city, state, ZIP code, and area code.

rig

Display a random name (male or female) and address:

rig {{-m|-f}}

Display a [m]ale (or [f]emale) random name and address:

rig -d {{path/to/directory}}

Use [d]ata files from a specific directory (default is `/usr/share/rig`):

// repository documentation