Fix for Xcode 7 and OF 0.8.4 (opensslconf.h not found)
Thanks!!! My problem was solved!
View Articleruntime_error in older boost when locales are not set
in ofAppRunner line 111 there's: #ifdef TARGET_LINUX if(std::locale().name() == "C"){ try{ std::locale::global(std::locale("C.UTF-8")); }catch(...){...
View ArticleHow do I use locks when inside an audioOut callback?
does any one have an example of how to use the ofMutex in the audio thread? i can not seem to get it to lock BestBen
View ArticleDrawing ofVboMesh with OF_PRIMITIVE_LINES is much slower than...
yes if you are updating the whole buffer every time i don't think it'll make that much difference. something that might increase performance is to invalidate the buffer every time before uploading new...
View ArticleWarning : before upgrading to Xcode 7
Great, thank you! Trusting the Internet and following your instructions helped me fixing the problem. In particular, I had troubles compiling the examples/addons/kinectExample project in the 0.8.4 OF...
View ArticleSvg image to Ilda Laser - normalisation of the polyline?
The path is a contour from ofxOpenCv, I heavily simplified first to match the laser capabilities. In the code that you are showing, you are adding vertex to a single polyline (line2?); and I don't see...
View Articleruntime_error in older boost when locales are not set
I tried, but it still makes problems. it fails when calling of::priv::setWorkingDirectoryToDefault(); so its better to first try to set the locale and then set the working directory. #ifdef...
View ArticleMultiple kinect v2 overlap Calibration
Hi @Caroline_Record, did you ever get ofxKinectBlobFinder working with the merged point cloud? I'm working on something similar, trying to do 3D blob tracking with multiple KinectV2's. I forked that...
View ArticleFix for Xcode 7 and OF 0.8.4 (opensslconf.h not found)
My understanding is that OS X 10.11 (El Capitan) no longer uses openssl. Hence, the default libs aren't where Xcode used to find them on the system.
View ArticleNew AV performance project 'This City'
Thanks so much for sharing the walkthrough (wonderful conception). tThe idea of traffic movement, coupled with the music's flow, turns out to be very conceptual from the artistic point. Great work...
View ArticleSearch shader for brightness and contrast
Hi - thanks for posting this. It actually helped me out quite a bit, now 2 years later.I'm using your 0.62 values for avgluma and it works, but I'm wondering how you got that value? I'm also wondering...
View ArticleFix for Xcode 7 and OF 0.8.4 (opensslconf.h not found)
I think the issue comes from an oversight in OF 0.8.4, where OF provided its own copy of the openssl library but didn't add the headers to the search path. It happened to work anyway since the pre...
View ArticleofxFlowTools: optical flow, fluid dynamics and particles in GLSL
This is incredible! Nicely done. I'm trying to put together something for a party and would love to use some of this functionality. One problem I'm running into is that when I attempt to implement...
View ArticleAdd-ons including files from myApps/someApp
Hi all, A recent merge with master, and some of our add-ons that include files from our primary android app are failing, complaining the file in question cannot be found. I am wondering if this is...
View ArticleWindow glitches even when compiling empty test file
Whenever I make a new (empty) project with the projectGenerator and compile it, the window does not display the usual grey background and glitches, showing a weird repetitive pattern of whatever is...
View ArticleNature Of Code: converted to OF here
As a way to learn OF (and also more general concepts) I've gone through Daniel Shiffman's excellent book "Nature Of Code", converting it all from Processing to OF. I've uploaded the results in case...
View Article