Ofxpatterns trobleshoot
It looks like a problem related to the addon, not to openFrameworks.- Go here:https://github.com/carlesgutierrez/ofxPatterns/issues- Click on "New Issue"- Copy the image that you have just posted, and...
View ArticleListen for file system change
hi! @bakercp I uninstalled XCode 7, and I came back to Xcode 6.4 because OF 0.9 has some dificulties with some addons that I using now. XCode 6.4Yosemite 10.10.5OF 0.8.4 Can you help me to get my app...
View ArticleofxPd in android: can't modify patch
I have built an android application that uses ofxPd to interface with pd. The code can be found here. At the moment, I am loading a pd file called "noisepanning.pd", I load it in the ofApp.cpp source...
View ArticleofxOsc timetag example
Hello ofCommunity,ofxOsc has been updated recently to support all types specified in osc 1.1.Can someone provide me a little example how to use the timetag correctly.Thomas
View ArticleFramebuffer Unsupported on Linux
Using OpenFrameworks 0.8.4 on ubuntu 14.04, I keep getting an error that says ofFbo: FRAMEBUFFER_UNSUPPORTED I've cut the code down to be the absolute minimal amount possible. It's just this: void...
View ArticleFramebuffer Unsupported on Linux
your graphics card (or the linux driver for it) probably doesn't support that fbo format
View ArticleHow to run update() and draw() in keyPressed() event
@hyro, if you're trying to limit drawing to a given event, try doing that drawing in a separate function. the idea is that, with background clearing disabled, you treat the OpenGL window as a buffer...
View ArticleofxDelaunay solid colour triangles
Hi there! I'm using ofxDelaunay for a project and i've ran into an issue trying to draw the triangles with a solid colour. Currently, the triangles are drawn with a gradient fill as seen below:...
View ArticleofxDelaunay solid colour triangles
Hi James! If you are still using the Fixed function renderer (not GL Programmable Renderer) you can simply set glShadeModel(GL_FLAT) before drawing....
View ArticleofxDelaunay solid colour triangles
Thank you so much, this has solved it straight away! James.
View ArticleFramebuffer Unsupported on Linux
Yeah, it does indeed work with other formats but can't use ARB for some reason. Now that I think about it I've also gotten errors in shaders before for trying to use arb texture sampling. Thanks for...
View ArticleofMesh issue in RPi 2
Hi All, I'm having a bit of an issue getting a set of triangles in ofMesh to render correctly in the Raspberry Pi 2. code: void ofApp::setup(){ mesh.addVertex(ofVec3f(10, 10, 1));...
View ArticleFramebuffer Unsupported on Linux
the naming for that in OF is not very correct, we'll change it in a future release surely but it's just rectangular textures. it is an extension that supports non power of 2 texture sizes but in new...
View ArticleWiringPiISR Interrupts
bakercp: but if you need access to member variables i am right at this point now.my interrupt routine needs to have access to other member variables. but i can't work out how to use the static...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
In 0.9.0, this is still happening … any ideas?
View ArticleofMesh issue in RPi 2
Shot in the dark here - but could it be something to do with setting a different winding order on the code for the pi?
View Article0.9.0 and compile errors with ofxHTTP and POCO
I'm trying to move a project over to 0.9.0 and I get lots of errors when it tries to compile with ofxHTTP that seem to relate to Poco. I've had a look through the changes list and I can't see anything...
View ArticlePosing with ofxAssimpModelLoader
Is there any chance of you updating the code in that pastebin with something that compiles with the latest version of OF? I had to fix a problem with a crash in the loop area, but using your random...
View ArticleopenFrameworks video tutorials
thanks for putting the video series link on the tutorials section. looking forward to getting more views and ideas from people
View Article