full gesture control of any virtual hero you like with a simple set of inexpensive devices using sensors
 
 
 
 
Go to file
JeanotP1314 a5671057f2 Initial commit 2016-12-20 10:04:10 -08:00
Blender Initial commit 2016-12-20 10:04:10 -08:00
fonts Initial commit 2016-12-20 10:04:10 -08:00
models Initial commit 2016-12-20 10:04:10 -08:00
src Initial commit 2016-12-20 10:04:10 -08:00
textures Initial commit 2016-12-20 10:04:10 -08:00
.gitignore Initial commit 2016-12-20 10:04:10 -08:00
README.md Initial commit 2016-12-20 10:04:10 -08:00
requirements.txt Initial commit 2016-12-20 10:04:10 -08:00

README.md

Be Your Hero!

Blabla this project is cool.

Installation

These instructions are for Debian/Ubuntu based distributions. Please adapt the packages to your distribution if you're not on gjoizejgi

First, install the required packages:

sudo apt-get update -y
sudo apt-get install -y python3-dev python3-setuptools libjpeg-dev zlib1g-dev libpng12-dev libfreetype6-dev python3-pip libhidapi-libusb0 xboxdrv libopenhmd-dev

Then clone the project and install the dependencies:

git clone https://github.com/jeanot1314/BeYourHero.git
cd BeYourHero
sudo pip3 install -r requirements.txt

Run

Execute the script src/RUN.py:

sudo python3 src/RUN.py

Blabla