Top "Openframeworks" questions

openFrameworks is an open source C++ framework wrapping graphics, audio, image, networking and video libraries in an API designed to be minimal and easy to use.

How to build for Mac OS X 10.6 SDK in Xcode versions that don't include it

My Xcode only allows me to select Mac OS X 10.7 as the earliest Base SDK. Is it possible to install …

xcode cocoa sdk build openframeworks
Retrying Method calls in generic way

My Java application requires a retry logic on remote calls failures. These remote calls are: scattered all over the application …

java reflection frameworks openframeworks
Bitwise operators and converting an int to 2 bytes and back again

My background is php so entering the world of low-level stuff like char is bytes, which are bits, which is …

c++ bit-manipulation arduino openframeworks
Getting coordinates for glFrustum

I just started reading about OpenGL topics, specifically about Viewing for my current needs. I am trying to understand glFrustum …

c++ algorithm opengl openframeworks
How to interpolate a color sequence?

I need to interpolate or change gradually a sequence of colors, so it goes from colorA to colorB to colorC …

c++ colors sequence interpolation openframeworks
Testing a fundamental matrix

My questions are: How do I figure out if my fundamental matrix is correct? Is the code I posted below …

opencv computer-vision openframeworks camera-calibration
Vector.erase(Iterator) causes bad memory access

I am trying to do a Z-Index reordering of videoObjects stored in a vector. The plan is to identify the …

c++ vector erase openframeworks