Where OF_TARGET_WINGCC is defined?
I was trying to compile compileOF.sh under MSYS2, but there was on error: OF_TARGET_WINGCC is not defined. I cannot find any define it in all source code...version 0.9.0 release
View ArticleUsing WiiYourself on Windows 10
Hi everyone! I'm trying to use the Wiimote together with oF on Windows, and after struggling for some time and getting nowhere I've decided to ask for help on the forum. First, the setup: Windows 10...
View ArticleUsing WiiYourself on Windows 10
Hej Ventura,I do not know much about wiiyourself, but I wrote a little wrapper for wiiuse.The addon is far from being finished, I just implemented the button events and acceleration if I remember...
View ArticleIs it possible to pass a list of arrays to a shader Frag
I managed to try it out. Would you know if this is a v0.9.0 feature? v0.8.4 is giving me errors.
View ArticleTransformations with ofNode and ofEasyCam
Hi all !, I'm trying to understand what's happening with ofEasyCam and ofNode transformations. I have a class X which extends ofNode, with an instance Z and set up my ofEasyCam as it's parent. After...
View ArticleUsing WiiYourself on Windows 10
Hey Thomas, thanks for replying so quickly. I have to apologize, I forgot to mention I had checked out your addon in the first post :-).I'll check it out further, now you've told me it should be cross...
View ArticleUsing WiiYourself on Windows 10
I simply have not heard of wiiyourself before. Is it cross platform?Wiiuse is cross platform. There is an example included which demonstrate how to do the IR part in wiiuse. It should not be to...
View ArticleHow to run examples from ofxFaceTracker?
Is my question too broad or generic? Should I phrase my question in another way or provide error messages? CheersAndreas
View ArticleHow to run examples from ofxFaceTracker?
you might try posting an issue on the addon itself... Also, did you try updating one of the examples from the project generator and did you also have the other necessary addons like ofxCv and...
View ArticleLeap Motion on Raspberry
Hi all. There is some way to run Leap Motion on Raspberry PI 1 or 2? I read an old post on Leap Motion forum and it seems that Raspberry it's not fast enough.Somebody heard different things?
View ArticleHow to run examples from ofxFaceTracker?
Hi Zach Thanks a lot for replying. I now have most of the examples running, but some errors in e.g. "blink-example", after the program has run for a few seconds.. Were would be the right place to post...
View ArticleHow to run examples from ofxFaceTracker?
I think the addon github is a good place for addon specific problems, you can sometimes even file and issue pointing back to a forum post -- sometimes the addon author might not see the post here and...
View ArticleForce a reboot without OfxWatchdog
In OS X you can also use launchd to run your application as a daemon. You can tell launchd to restart your application if it crashes, to start on boot, or to just simply run on a schedule. It is very...
View ArticleFullscreen on selected camera
Hello everybody, i'm a beginner in openFrameworks and i work on the IPCAM2SYPHON app (https://github.com/bakercp/IPCAM2SYPHON). Capture d’écran 2015-11-16 à 00.03.58.png1136x826 766 KB In the app's...
View ArticleWhy 0.9 only support vs2015?
i can not select vs 2013/2012 other than vs2015,but 2012 and 2013 has more users than vs2015,can i change it??? or other methods can i create project for vs2012?
View ArticleWhere OF_TARGET_WINGCC is defined?
Ahh - it should be OF_TARGET_MINGW Could you try that and see if it works?
View ArticlePLY color data not working properly
Hi @michell3 is it possible to provide the PLY file you are using? If you simply do mesh.load("1.ply"); and then later:mesh.draw(); do you see the mesh drawing the points with color? Thanks!Theo
View ArticleWhy 0.9 only support vs2015?
All the libraries that OF uses have to be built for one version of Visual Studio. If we build libs for VS 2012 they won't link in 2013 and also 2015. So we usually always support the latest IDE at the...
View ArticlePLY color data not working properly
Hi Theo, I attached the ply file. Simply displaying the mesh did not work. I have tried other simple ply files as well. I replicated the problem on another machine and confirmed that ofv9.0 seems to...
View Article