summaryrefslogtreecommitdiffstats
path: root/libs/osceleton/DETAILS
blob: 413db23fc6747ed2afc4af850f6dfd550792a1df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=osceleton
if [[ "$OSCELETON_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/Sensebloom/OSCeleton.git:osceleton-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE=https://github.com/Sensebloom/OSCeleton
      LICENSE[0]=GPL
         ENTERED=20111101
           SHORT="sends skeleton information from the kinect sensor via osc"
cat << EOF
OSCeleton is a proxy that sends skeleton information collected from the kinect
sensor via OSC, making it easier to use input from the device in any
language / framework that supports the OSC protocol.
EOF