Suggestions on installation on a windows machine
Thanks very much @drakko @nickhubben . But @nickhubben how could I use black magic minirecorder with windows? as I searched the mini recorder has HDMI and Thunderbolt which as far as I know...
View ArticleArduino / of0.9.0 / of0.8.4
Tried with the servo on A1/pin15, but that gave the same effect: whichever you configure first (servo or PWM), wins.I've now updated to your latest code, and still have the same behaviour (with servo...
View ArticleProject generator 0.9.0 error
hey, sorry, i forgot to add the linux general install instructions, you can find them here now: linux install also, both of the officially supported IDEs have plugins that allow you to create projects...
View ArticleMap texture from videoGrabber to ofVBOMesh/ofMesh
the plane primitive internally uses an ofVboMesh, you can access it with getMesh(), change it's vertices... ofMesh and ofVboMesh are just geometry containers and all of the of3dPrimitives add some...
View ArticleArduino / of0.9.0 / of0.8.4
I'm not sure this is related to the client implementation since the old method didn't change it, rather this might be more firmware/hardware related. I would recommend opening up an issue on the...
View ArticleGetting sections of an Image
Cheers for this @nickhubben It was quite straight forward. Just trying to get used to the documentation. Here is a little snippet. (Just the same as get for processing users apart from slightly...
View ArticleEmscripten /linux / OF 0.9.0
i have compiled OF, and if i do the comand make, make run i can compile the example with out problem.But when i do the comand emmake make, i have the same errorcairo-features.h not found
View ArticleVector of ofxMSAInteractiveObject
ok can you try this: Button Button; buttonVector.push_back( Button ); buttonVector.back().content = &imageVector[i]; buttonVector.back().setPosition((i * 70) + 40, 100);...
View ArticleopenFrameworks 0.9 + QtCreator
Hello, First off, thanks a lot for the great work put into the new version 0.9 of openFrameworks which looks really great ! C++11 + new projectGenerator + QtCreator support among other things ! Just...
View ArticleopenFrameworks IDE plugins
I've just published the source for the visual studio and eclipse plugins: https://github.com/openframeworks/eclipsePluginhttps://github.com/openframeworks/visualstudioPlugin
View ArticleRaspberry Pi 2 Setup Guide (0.8.4)
Okay. Nevermind everyone. I saw on the main OF Pi setup page that the version has been updated from 0.8.4 to 0.9.0. http://openframeworks.cc/setup/raspberrypi/Raspberry-Pi-Getting-Started.html So the...
View ArticleEmscripten /linux / OF 0.9.0
there was a problem with emscripten in the linux downloads, if you download it again it should be fixed now
View ArticleWrong resolution iphone 6 - nightly build - xcode 7.0.1 - ios 9.0.2
The iPhone 6 will use the 320pt (640px) resolution if you have enabled the 'Display Zoom' in iPhone > Settings > Display & Brightness > View. Else it will be 750. (This is for all iOS apps)
View ArticleEmscripten /linux / OF 0.9.0
Emscripten or oF is to download again? anyway i solved it in brtual mode copy filesfrom usr/include/cairo to /of_v0.9.0_linux64_release/libs/openFrameworks/graphics and all it go
View ArticleVector of ofxMSAInteractiveObject
nothing happens! it seems that events are only added in the Buttons declared in ofApp class, not in ofApp::setup()
View Article