Giter Site home page Giter Site logo

kinectjesture's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kinectjesture's Issues

libfmodex.dylib problem

Hey,
I have a error during compiling: cp: ../../../libs/fmodex/lib/osx/libfmodex.dylib: No such file or directory
The weird thing is that path is ok.
So I don't really know why that error...do you have some clou?
BTW thanks for this code!
husk

Timer based click

Hey great work here!! I was just wondering if anyone knew if it was possible to modify this code to perform a timer based click like the xbox native interface?? Hover over anything clickable and after so long click??

Is this possible with xcode?

Thanks in advance for any help.

Is it possible to compile it in ubuntu?

I am trying to compile under ubuntu 12.04 using of 7 and getting following errors. Please help me in fixing these

src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function ‘void ofxMSAInteractiveObject::enableMouseEvents()’:
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:69:25: error: request for member ‘mousePressed’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:70:25: error: request for member ‘mouseMoved’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:71:25: error: request for member ‘mouseDragged’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:72:25: error: request for member ‘mouseReleased’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function ‘void ofxMSAInteractiveObject::disableMouseEvents()’:
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:76:28: error: request for member ‘mousePressed’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:77:28: error: request for member ‘mouseMoved’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:78:28: error: request for member ‘mouseDragged’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:79:28: error: request for member ‘mouseReleased’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function ‘void ofxMSAInteractiveObject::enableKeyEvents()’:
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:83:25: error: request for member ‘keyPressed’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:84:25: error: request for member ‘keyReleased’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function ‘void ofxMSAInteractiveObject::disableKeyEvents()’:
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:88:28: error: request for member ‘keyPressed’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:89:28: error: request for member ‘keyReleased’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function ‘void ofxMSAInteractiveObject::enableAppEvents()’:
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:93:25: error: request for member ‘setup’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:94:25: error: request for member ‘update’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:95:25: error: request for member ‘draw’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:96:25: error: request for member ‘exit’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function ‘void ofxMSAInteractiveObject::disableAppEvents()’:
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:100:28: error: request for member ‘setup’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:101:28: error: request for member ‘update’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:102:28: error: request for member ‘draw’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:103:28: error: request for member ‘exit’ in ‘ofEvents’, which is of non-class type ‘ofCoreEvents&()’
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function ‘void ofxMSAInteractiveObject::_mouseMoved(ofMouseEventArgs&)’:
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:184:6: warning: unused variable ‘button’ [-Wunused-variable]
make: *** [obj/i686Release/src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.o] Error 1

Project Help

I need help figuring out how to compile this under OF v0.8.1 on xcode 5.1.1 on Mavericks. Please respond.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.