Advice: network communication to physical interface
Thanks, @DomAmato. You nailed my issue: for both of the installations I'm referring to, the rPis are in difficult to reach places. I've learned my lesson there!
View ArticleOfxGui: utf-8 and reacting on ofxButton press?
I am using: $ (cd openFrameworks/; git log -1 --decorate | head -3) commit 16eca45a1d45a6a98621756cabad0e2a9b85ff44 (HEAD, origin/master, origin/HEAD, master) Author: arturo castro...
View ArticleOfxGui: utf-8 and reacting on ofxButton press?
Well, I got a bit further - I consulted again openFrameworks/examples/gui/guiExample, and it turns out you have to use void arguments in the function that is going to be a listener for ofxButton, you...
View ArticleGPU LUT + Photoshop
Hi @roymacdonald, ofxFX has a different output which I dislike. compareLuts.png900x720 1020 KB ofxFX usually creates a lot of image segmentation and, in this case, a darker reddish tint. Which, since...
View ArticleOpen frameworks in Windows 10 + Visual Studio 15 RC
Is there a possibility that dual installs of BOTH VS 2015RC AND VS12 release 4 is causing my issues?Am going to uninstall VS2015 just in case...
View ArticleOF for a PC Visual Studio 2012
OK,I have downloaded 2012 + installed but i really do think your product deserves to run under more modern IDE 2015 s standard.
View ArticleofxXMPP oF0.9 SSL conflict
Hello ofCommunity,I am having troubles getting arturo's ofxXMPP https://github.com/arturoc/ofxXMPP working. I successfully recompiled libstrophe https://github.com/strophe/libstrophe and replaced the...
View ArticleOF for a PC Visual Studio 2012
Hi @ThreeDOgs -- perhaps you misunderstand how openFrameworks is developed. It is a community developed free and open source "product" created by hundreds of volunteers -- thus users, like you, are...
View ArticleCodeblocks- unable to reslve 1 external dependency
After having 0 luck in getting VS2012 release 4 to compile OFX properly, am giving Codeblocks a try. have configured exactly as per instructions and also added the proper compiler target under...
View ArticleOfxGui: utf-8 and reacting on ofxButton press?
no, you can't get the pressed event, buttons usually trigger the click event on released which is what you usually need. if you need something different you can create a new version of ofxButton,...
View ArticleOfxGui: utf-8 and reacting on ofxButton press?
Many thanks for the response, @arturo - good to have my questions answered! Cheers! EDIT: Well, I managed to make an alternate class for ofxButton that reacts on press and release. It is basically...
View ArticleError building the androidEmptyExample
I've changed the structure of the android studio projects a bit, it's explained in the readme files, but mainly now you just need to open any project folder in the android examples instead of having...
View ArticleCodeblocks- unable to reslve 1 external dependency
Ok after further search came across someone with a similar issue http://forum.openframeworks.cc/t/mingw32-g-exe-error-gt-openframeworks-lib-no-such-file-or-directory/13108/ Strongly suggest the...
View ArticleWarning : before upgrading to Xcode 7
you go on project settings (the blue icon on the project tree under openFrameworks). It's in the menu build settings
View ArticleMaking classes in openframeworks in 2015 vs
I'm having problems creating classes of my own in openframeworks. For some reason my class is not being found by visual studios. I basically followed and even copied the tutorial on the website. It...
View ArticleGPU LUT + Photoshop
Hi @hubris,That's strange!. As far as I remember @patricio made the ofxFx lut based on the lut example, which I made. I haven't checked its maths but it should behave in the same way. The segmentation...
View ArticleSvg image to Ilda Laser - normalisation of the polyline?
Hi ! I'm currently trying to convert a Svg image to an ilda Laser. I've succeeded to convert the image into several ofPolyline (in order to draw differents shape with no lines between them). The...
View ArticleTransferring existing Xcode projects to codeblocks (windows)
Am successfully compling example prjects using codeblocks on windows. I've already created a custom project in xcode and need to transfer it so it will compile in Windows. I first created a blank CB...
View ArticleHow to rotate and translate a ofxBullet body?
Hey @NickHardeman. cool! I made it work like you said; using the 009 branch and looking to the rotationExample: boxVector = pointTo - pointFrom; posBox = (pointTo + pointFrom) * 0.5; boxLength =...
View Article