my C++ skills are pretty light but I manage to get stuff done - until I run into a wall. The current wall:
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 w
I want to know how can I accumulate the camera rotations so when I click the screen again the rotation doesn\'t reset to that click location but to follow the rotation from that point if that makes se
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 4开发者_JAVA技巧4 errors and errors a
I have a shader that draws particles with solid colors. I would like to enable the shader to sample an FBO texture so that each particle can act upon the color \"behind\" it. Seems like it should be p
hi i have a c++ opengl/opencv codeblocks project http://www.openframeworks.cc/setup/linux-codeblocks with all makefiles. even if codeblocks seems to be grat tool i\'m addicted to eclipse (using it wit
I\'m building an application for data visualization and the framework I\'m using is beautiful OpenFrameworks. On Linux, it compiles and works perfectly, but now it\'s time to port it to Windows and I\
I am doing an application of the concept of the dodgeball, and need to test if the pixel of the ball is in the blobs capture (which is the image of the player). I am stuck and have run out of ideas of
I am creating an instance of an Objective C class from a C++ instance. The problem is that when trying to get the values of some vars (in the obj c instance) I always get 0. Some NSLogs are also ignor
I have been reading a lot aboutopenFrameworks 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