This repository has been archived by the owner on Aug 16, 2018. It is now read-only.
forked from Sensebloom/OSCeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many thanks to AdbC99@github for liblo fixes and joint rotation mode,…
… and drayde@github for hand tracking mode! Merge branch 'master' of https://github.com/AdbC99/OSCeleton into adbc-liblo Conflicts: src/OSCeleton.cpp Fixed some conflicts between Linux/OSX builds and VS2008 build.
- Loading branch information
Showing
235 changed files
with
207,022 additions
and
6,150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*.ncb | ||
*.suo | ||
*.user | ||
liblo-0.26/lo/lo_endian.h | ||
liblo-0.26/config.h | ||
liblo-0.26/Makefile | ||
liblo-0.26/autom4te.cache | ||
liblo-0.26/lib | ||
Release | ||
Debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
all: osceleton | ||
|
||
liboscpack: | ||
cd oscpack; make | ||
liblo: | ||
cd liblo-0.26;./configure;make | ||
|
||
osceleton: liboscpack | ||
g++ src/OSCeleton.cpp src/viewer.cpp -O3 -Wno-write-strings -Ioscpack -I/usr/X11/include -I/usr/include/ni -lOpenNI -lstdc++ -L/usr/X11/lib -lGL -lGLU -lglut oscpack/ip/*.o oscpack/ip/posix/*.o oscpack/osc/*.o -o osceleton | ||
osceleton: liblo | ||
g++ src/OSCeleton.cpp src/viewer.cpp -O3 -Wno-write-strings -Iliblo-0.26 -I/usr/X11/include -I/usr/include/ni -lOpenNI -lstdc++ -L/usr/X11/lib -lGL -lGLU -lglut liblo-0.26/src/.libs/*.o -o osceleton | ||
|
||
clean: | ||
rm -f osceleton ; cd oscpack ; make clean | ||
rm -f osceleton ; cd liblo-0.26; make clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.