0.9.0 Head Master, how is the best way to generate a new project?
Which is the best way today to generate a new project? I've tried to compile ProjectGenerator with no luck, I've copied projectgenerator from 0.9.0 rc1 but sometimes it generates an invalid XCODEMaybe...
View ArticleExtending ofxGui with new widgets
@fxlange I was also working on that... Yours work great on my machine. I was trying to create a general input field and add the feature that the value scrolls and does not overlap the control. We...
View ArticleExtending ofxGui with new widgets
@roymacdonald Thanks for testing! I don't get that error and I can't find any missing listener removals (that already caused errors I was unaware of) It would be great if you could find out more about...
View ArticleExtending ofxGui with new widgets
@frauzufall I have some spare time now. I can merge all this together and PR.Which repo/branch should I work over?best
View ArticleSkeleton tracking without calibration (psi pose)
hi john, man. it took really long for me to set up ofxOpenNI too. ):don't give up! it took me days but now it finally works! here's what i learned:- you have to have the latest unstable versions of...
View ArticleRead-write example of SQLite in IOS
I had the same issue last night. The solution is so simple just put ofxiOSGetDocumentsDirectory() mehod before your database path. You have to copy your database file in to bin/data folder. Then...
View ArticleofxDatGui: A New User Interface for OF
Hey guys, I've been a fan of the Google DataArt team's datgui project for a while now and it's pretty much my goto UI kit for JavaScript projects. As I've been doing quite a bit of prototyping in OF...
View ArticleStrange issue running app
Hi -I am having a strange problem with an app where the app runs fine when I compile and run it in XCode, but when I try to run the app from the Finder it crashes. This is happening with both the...
View ArticleSpin - A Minimal Art Memory Game made with Openframework - link fixed :D
Hey Ignism, Thanks a lot for your feedback! You are right the tutorial is not a step by step experience. I was thinking its should be suitable for people who prefer to skip it somehow without an...
View ArticleofVideoGrabber in Debian only shows first frame
I'm having the same problem @AskBre had before (see this link), though I'm running Debian instead of Arch, which according to @arturo would have fixed the problem . When accessing my webcam, the LED...
View ArticleOpen raw binary files and interpret as sound
Hey guys, in Audacity there is a possibility to import almost every raw file as sound files. Like images binaries and so on. Do we have a similar possibility in OF / c++? Any ideas on this?
View ArticleSkeleton tracking without calibration (psi pose)
Hi Sarah, Wow! Thank you for such a detailed answer. I really appreciate you taking the time to respond and help me out. I am going to follow your instructions today and see where it takes me....
View ArticleofVideoGrabber in Debian only shows first frame
This will be fixed in 0.9 and it's already working fine in the nightly builds
View ArticleofxPd clashes with Music IO (iOS midi app)
I'm using ofxPd on the lastest OF 0.9.0 to create an iOS app. I also use ofxMidi all created by Dan Wilcox. Music IO is a free iOS app that allows one to transmit MIDI via USB cable. If I run my app...
View ArticleUsing a 10.10 OSX, how do I compile for a 10.7.5?
Hi there, I'm developing an interactive installation, that for the first time will run so far away from me. And the machine that I received is an 10.7.5 mac mini, my mac is 10.10. Now everything is...
View ArticleUsing a 10.10 OSX, how do I compile for a 10.7.5?
OF is not compatible with 10.6 since at least a couple of versions ago so even if you managed to compile for 10.6 it won't work. The minimum supported version in 0.8.4 and 0.9 is 10.7 i think you need...
View ArticleofxKinect: is getWorldCoordinateAt unitless or in mm
I would really appreciate if someone could answer this as it will help me understand a problem i have. I'm trying to measure two points (lets say a ruler) in real world coordinates (mm or meters). I...
View ArticleHow to get touchscreen events for windows
@trentbrooks,thxs for the help,i'm also found this addons https://github.com/nneonneo/ofxWin8Touch which using wm_pointer api,haven't try it though.
View ArticleUsing a 10.10 OSX, how do I compile for a 10.7.5?
thks Arturo, Actually the OSX is 10.7.5, i just edited topic.
View ArticleBest way to zoom an image
Hi, When you draw an ofImage you can also specify the width and height you want to draw it in, with the GPU doing the heavy lifting....
View Article