0.9.0 Release Candidate 2
@batchku - There were some changes which happened. I had to quickly do changes to get this to work on an app and here is a quick zip of the addon with the changes. ofxSyphon.zip (202.1 KB)
View Article0.9.0 Release Candidate 2
thank you ryanww i tried building this with .9 RC2 under xcode 7.1 but wasn't successful.quite a few compilation errors. are you testing with RC2 and 7.1? Pasted image1409x770 608 KB
View Article0.9.0 Release Candidate 2
@batchku -- you should definitely post an issue on the repo of the project. Also, you might take a look at the branches, you might discover other branches (for example,...
View Article0.9.0 Release Candidate 2
@batchku Yea, it runs for me on 7.1 and RC2. Try cleaning your build and rebuilding. @zach I looked all around at other forks as well as develop branches, no luck. It was just a change from...
View ArticleBackground Subtraction with changing light
Hi, I am trying to build up people counter .. but the camera is very low and near a spot light...when someone enters , takes all the light from the spot light and reflects the light everywhere..making...
View ArticleWhich is equivalent to CGPoint(mac) in ubuntu?
Did you get it to work in ubuntu . I am also trying to do so pls provide some guidance . I am new to X11
View ArticleHow to draw reusing a mesh?
I'm not sure what's the best way to draw a few instances of circles.And don't really understand how it's drawing them.Currently i have 1 circleMesh i get from ofPath.arc and then getTessellation. I'm...
View ArticleHow to draw reusing a mesh?
What i have now. //setup circlePath.setFillColor(ofColor(100, 0, 0)); circlePath.setCircleResolution (64); circlePath.arc(ofPoint(0, 0), 150, 150, 0, 360); circleMesh = circlePath.getTessellation();...
View ArticleopenFrameworks IDE plugins
I'm having the same problem... I've been through the same steps you did, everything seems fine, the right kit is selected, clang is selected in the kit (whilst being grayed) but I get this build error...
View ArticleopenFrameworks IDE plugins
I haven't found a solution yet, I gonna try tonight. The .pro file i mentioned was from a non oF application I set up for testing.
View ArticleopenFrameworks IDE plugins
Adding this to .qbs file allow me to go through the whole build process of.cxxFlags: ["-std=c++11", "-stdlib=libc++"] // flags passed to the c++ compiler of.linkerFlags: ["-lc++"] // flags passed to...
View ArticleopenFrameworks IDE plugins
I'm on OSX, and THANKS GOD I hope I'll be no more using Xcode in a couple of days !!! YEEEEEEEEEEEEEESSSSSSSSS !
View ArticleopenFrameworks IDE plugins
nice find, can you test if my latest commit also fixes the problem?
View ArticleQuaternion offset
Hi I have an x-imu which gives me orientation in a quaternion, works great, but now i need to take in account the initial orientation. Just like in iOs example // get an offset CMDeviceMotion...
View ArticleopenFrameworks IDE plugins
hi @arturo, eclipse again: I'm trying to create a new project. an example for an addon. so I'm using the path to the addon oF/addons/ofxNumEdit as the project root and give it a name (like...
View ArticleopenFrameworks IDE plugins
yes the problem is that there's a recursive reference as you've figured out. i'm planning to create a project template for addons but what i0've been doing is just creating the project in the addon...
View ArticleopenFrameworks IDE plugins
@thomasgeissl, no. I've just downloaded the RC2. I've tried to import an existing project, 3dPrimitiveExample, but i can not see the files and i can not run the build, see image in attachment. I've...
View ArticleofxMIDI on iOS crashes if I close other MIDI app
Thank you very much @danomatika I tested your latest commit and it works without crash now.
View ArticleofVideoPlayer not playing on xCode 7.1
Hello, I have just updated my xCode to 7.1 yesterday with my OSX 10.11.1 (probably not a wise choice...) and experienced a failure in video drawing with ofVideoPlayer... Does anyone have a similar...
View Article