Ofx vs Cinder- what are the pros and cons of each?
Total novice using Openframeworks. There is an effectI am trying to achieve but the only example I have seen was done using Cinder.I know there is less documentation on Cinder but other than that what...
View ArticleProblem with ofSystem() [solved]
I'm still having this same issue running ofSystem("ls") getting /337 in console. I'm on OF v8.4 and it's been changed to pclose. Anyone have any examples of using this function with success? Also, I'm...
View ArticleXcode 7 + Project Generator
This is better: Fix for Xcode 7 and OF 0.8.4 (opensslconf.h not found) x-code When building an OF 0.8.4 project with Xcode 7, you may see the following error: 'openssl/opensslconf.h' file not found To...
View ArticleoscSenderExample cannot run
OF 9.0i can use it with simulator.But not my iPad mini with iOS 9.
View ArticleIs it possible to use swift and of together?
And i want to use iPhone control arduino via wifi.which is more easy to use?
View ArticleSphere orientation
wait, it's (angle,axis)? I got confused and thought it was (axis,angle).When you use .setOrientation which is the reference orientation?One last question, ofQuaternion(90,0,1,0); is not equivalent to...
View ArticleXcode 7 and .hpp files
Hi all, I'm using xcode 7 (got upgraded automatically) and now when I go to make a new file for a class xcode makes a .cpp and a .hpp not .h. After applying the fix pinned at the top of the forum my...
View ArticleTurning off auto-build in Eclipse
I can't quite figure this out... obviously I turned off Project -> Build Automatically for everything. But for whatever reason, any time I start Eclipse the openFrameworks projects get rebuilt. It...
View ArticleFont set spaces size
The issue is fixed on the master branch https://github.com/openframeworks/openFrameworks/issues/4400
View ArticleStd::atomic no such type (raspbian-7)
ah! stupid mistake. i did not include atomic osx did resolve it without explicit include, debian not.
View ArticleSlight problem with OF on Raspberry Pi B++
The version I used wascurl -O http://www.openframeworks.cc/versions/v0.8.4/of_v0.8.4_linuxarmv6l_release.tar.gz I found that by using cntl-Z one could terminate the programme. Is this a chinese site?...
View ArticleofxXmlSettings cannot parse '&'
my config.xml is as follows: <test>ab&c</test> i use the following code to read this xml: string str1 = XML_.getValue("test","0"); but str1 is "abc" not "ab&c". how can we read...
View ArticleofxXmlSettings cannot parse '&'
You need to write & instead of plain &. So for your tag: <test>ab&c</test>
View ArticleMotion capture (markerless) live performance
Hello,I'm looking for a low cost method of motion capture (markless) live.What I'm trying to get is a LIVE performance with a video output like this:https://youtu.be/mAKveiQ--ys?t=2m48s (2min:...
View ArticleTurning off auto-build in Eclipse
Maybe this can help: Window -> Preferences -> Android -> Build -> Skip packaging and dexing until export or launch
View ArticleRestarting application
Yop ! If anyone is still looking for a solution on window here. Here is mine. In your of app call a batch file. ofDirectory dir(""); ofSystem("start " + dir.getAbsolutePath() + "/restartApp.bat"); and...
View ArticleBluetooth wrapper
Hello ofCommunity,I am wondering if there is a cross platform bluetooth wrapper out there.I could not find any, just the following platform depended libraries. BlueZ (Linux) IOBluetooth.framework...
View ArticleTurning off auto-build in Eclipse
haven't tested what @Rancs proposes but as far as i know there's no way to tell the android plugin to not build every project on start (you can just cancel it) but it shouldn't be building all of...
View Article