Tagged Questions

2
votes
3answers
842 views

how can I fix xcode compiling everything all the time?

I've started to use XCode and it seems to work, well, most of it. The annoying thing is it compiles all the source files, even those that didn't change, each and every time. I'm getting the grips ...
1
vote
1answer
229 views

How can I get past a “Library not loaded:” issue?

I started playing with the Kinect and I would like to use skeleton tracking using OpenNI. Since my knowledge of c++ is limited, the easiest option is to use the ofxOpenNI addon for OpenFrameworks. ...
0
votes
1answer
46 views

QTKit video playback gives screen garbage with ofxQTKitVideoPlayer

I've downloaded this example. It compiles fine and runs but gives this: It would seem that something's not clearing a screen buffer? I'm using the included .mov file and openFrameworks 0062 and 007 ...