Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 587 Bytes

File metadata and controls

8 lines (6 loc) · 587 Bytes

PoseNet plugin for Phaser

A plugin for integrating PoseNet (Tensorflow.js) in Phaser 3. This plugin can be integrated in the scene to allow the user to move game objects by using the body. Provides the estimated poses to the scene (upon calling the pose estimation function).

provided example

In the provided example, the hands (wrists) are being tracked and converted to phaser gameObject (images). The example can be run by opening the example folder in your repository and starting it with yarn start (First install the necesarry dependencies via yarn install). Phaser