Tagged Questions

11
votes
4answers
1k views

OpenGL ES, OpenFrameworks, Cinder and IOS creative development

I'm in the middle of a difficult choice. I'd like to learn a language that can help me create application with a strong artistic/creative/graphic component and use it for commercial projects for my ...
4
votes
2answers
420 views

opencv example not working in OpenFrameworks

I have downloaded openframeworks from Github. I can run all the samples but if I am trying to run opencv example given in openframeworks. Its not working, showing 44 errors and errors are not common ...
0
votes
2answers
200 views

openframeworks library problem with iphone apps only not with mac apps

I have downloaded latest openframeworks library from github. I am able to run all mac examples. But I dont know whats wrong with iphone samples. None of the iphone examples are running. Showing lots ...
0
votes
0answers
42 views

Saving mixed sounds on the iphone

I want to do an iPhone application where two tracks (drums and guitar) are played at the same time. That is easy using OpenAL, but I want to save it as an .mp3 or other file format. I don't know how ...
0
votes
2answers
302 views

Xcode - deleted openFrameworks libraries, now can't compile and having trouble re-adding

I was 'cleaning up' a project and deleted some of the references to libs used with openFrameworks. Certain things weren't being used, or so I mistakenly thought... Panic in my project! All sorts of ...
0
votes
2answers
204 views

Is it ever possible to call pointInside: on an irregular shape?

I'm drawing an oblong 'egg' shape (on iOS), and want to use it as a boundary for particles. My thought is to use the curve paths to make a UIView and then use hitTest:withEvent: or ...
0
votes
1answer
83 views

any example of ofVideoPlayer on iPhone?

Anyone knows any example of ofVideoPlayer working on iPhone?? Thanks!!!