ofxEdsdk with Xcode 7 & OF0.9.0rc2 - ld: framework not found EDSDK
And to also add to this, I have an existing project that built just fine a few months ago on a pre RC version of OF 0.9.0 that no longer works.
View ArticleCalculate 3d position in front of camera
thanks! yes that was exactly what I was looking for.
View ArticleofxEdsdk with Xcode 7 & OF0.9.0rc2 - ld: framework not found EDSDK
Figured this out.. Helps to use the 64bit vs 32bit version and build with that..
View ArticleSimple JSON library to use with OF
Hell Everyone, I'm working on building a generative design application that sends requests to a web API and receives JSON data in return. I'm fairly new to working with HTTP requests and networking in...
View ArticleControl + Click or Command + Click
Hi all! Does anyone know if it is possible to capture de Control key or Command Key?I need to ejecute some code on the mouse pressed event, when the command key or the control key is pressed. Thanks!
View ArticleControl + Click or Command + Click
Hi there, Yes it is! You can even know if it is left or right. Either you do ofGetKeyPressed() or you use the ofApp::keyPressed(int key) event, with the OF_KEY constants. For exemple: if...
View ArticleControl + Click or Command + Click
hubris: if (ofGetKeyPressed(OF_KEY_LEFT_COMMAND)) { // Do something cool} Thanks Hubris! Unfortunately I already tried with what you wrote. I find it really wierd that I set a breakpoint in the...
View ArticleControl + Click or Command + Click
Hum... Since only the modifiers don't work, do you use an external keyboard or maybe a different/less common layout?
View ArticleControl + Click or Command + Click
What do you mean with different layout?I use don't use external keyboard, just the one that comes with mac I think It has something to do with an addon i'm using: ofxComposer.I created a blank project...
View ArticleSimple JSON library to use with OF
ofxHTTP + ofxJSON is a good place to start. There are examples of various client requests, etc.
View ArticleControl + Click or Command + Click
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSkeleton tracking without calibration (psi pose)
hello Sarah! I stuck on this ofxOpenNI TOO!! The compiler error is that:ld: warning: directory not found for option '-L/Volumes/Macintosh HD...
View ArticleFix for Xcode 7 and OF 0.8.4 (opensslconf.h not found)
It's certainly possible something else is going on. Since it happened on two computers, I sort of doubt it's anything I'd done tinkering around (my laptop is relatively clean / tinker free), and I...
View Article0.9.0 documentation
Does oF use doxygen to generate the docs? It would be nice to have an offline version included in the repo.
View ArticleofxSceneManager duplicate scenes
My guess is you're calling GUI construction in setup() method of your scene,and setup() in ofxScene is called each time this scene is called (when you call changeScene)
View ArticleofxKinectForWindows2 compilation error
Hi, @csw, @mattfelsen, sorry for this delay. It was my error - I tried using 0.9 version, 0.8.4 worked well.
View ArticleWhich version of openframeworks should i use?
hi, can anyone tell me which version of openframeworks that can be use on vs 2015, i had been tried many version, but seen like got many problems, and if can teach me how to setup on vs
View Article