Skip to content

nohr/gear

Repository files navigation

🦾 Gear & Loading

It's a motion-based, role-playing game that emphasizes slowness in completing a menial task.

How does it work?

Computer Vision

  • MediaPipe Holistic tracks the body and hands and returns coordinates to be solved by Kalidokit.

  • Kalidokit solves kinematics which lets us virtually embody the prosthetic.

Virtual Reality

Etc.

  • ithappy created the mechanical prosthetic model that we attach to a human rig in Blender.

  • README and feedback icons were created by Gregor Cresnar and edited further by me.

Installation

# Clone and open repository
$ git clone https://github.com/nohr/gear
$ cd gear

# Install dependencies and run locally
$ npm i
$ npm run start