openframeworks Questions
3
Solved
I'm considering learning Objective-C and Cocoa, mostly in order to use Apple's tools and GUIs.
However, I'd also like to do some graphics programming; OpenFrameworks and Cinder are two libraries ...
Hammond asked 1/7, 2011 at 5:6
3
Solved
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...
Crissie asked 5/11, 2009 at 10:50
6
Solved
I need to interpolate or change gradually a sequence of colors, so it goes from colorA to colorB to colorC to colorD and them back to colorA, this need to be based on time elapsed in milliseconds, ...
Franconian asked 2/5, 2011 at 17:10
2
Solved
I am coming from Xcode, trying to compile a project in Visual Studio 2010, and I get the following errors:
2>ofxCLeye.obj : error LNK2019: unresolved external symbol "struct _GUID __cdecl CLEye...
Deedeeann asked 22/4, 2011 at 15:34
1
Solved
I have been reading a lot about openFrameworks and Processing, But still can't make the distinction other than one is in C++ and the other in Java. Can someone tell me which is for what exactly?
Precancel asked 13/3, 2011 at 19:27
2
Solved
I am using OF in my project and I want to use some add-ons but I have to add .cpp files to my project in order to compile them. I don't like it. Is there any option so I could specify a folder to s...
Swithbart asked 14/1, 2011 at 17:24
3
I want to develop a program which uses the webcam to track finger tips. When tracked, the finger tip will be like an index and I will be able to get its positions even if it is moved around. If any...
Acevedo asked 23/7, 2010 at 22:19
4
Solved
My background is php so entering the world of low-level stuff like char is bytes, which are bits, which is binary values, etc is taking some time to get the hang of.
What I am trying to do here is ...
Alopecia asked 13/6, 2010 at 7:24
4
Solved
I am trying to do a Z-Index reordering of videoObjects stored in a vector. The plan is to identify the videoObject which is going to be put on the first position of the vector, erase it and then in...
Bacteroid asked 31/5, 2010 at 13:43
4
Solved
I'm rendering into an OpenGL offscreen framebuffer object and like to save it as an image. Note that the FBO is larger than the display size. I can render into the offscreen buffer and use it as te...
Scoville asked 25/3, 2009 at 17:4
© 2022 - 2024 — McMap. All rights reserved.