Skip to content

A simple Avatar made using Python's Open CV and Arcade Library, designed to map your real life movements to a game avatar.

Notifications You must be signed in to change notification settings

CSS-CaveHill-Campus/BodyTrackingAvatar

Repository files navigation

Body Tracking Avatar

This project makes use of Google's Pose Landmark tracker, along with Arcade, to map a user's movements into an avatar rendered out in Arcade.

How to use

  1. Clone the repository with git clone https://github.com/IsaiahSama/BodyTrackingAvatar
  2. CD into the folder
  3. Ensure python is installed, and run pip install -r requirements.txt or pip3 install -r requirements.txt
  4. run python game.py or python3 game.py
  5. Take a few steps back, and enjoy :D

To exit, enter the terminal and hit ctrl + C or command + C

About

A simple Avatar made using Python's Open CV and Arcade Library, designed to map your real life movements to a game avatar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages