A script for documentation shortcut
Now it is possible to see the documentation for the methods of the OF classes. If many classes have a method with this name, a popup appear to select the right class: codeblocks-usage-2.png703x448 46...
View ArticleofxDatGui: A New User Interface for OF
@superartificial Thanks, your post and those videos do a nice job of contextualizing ofxParameter. I just took a closer look at the class and how it's integrated with ofxGui and imagine it wouldn't...
View ArticleVisiting San Francisco
+1 on the show at CJM. If it's still 80 degrees when you get here go visit the Tamale lady and grab a couple cold ones at Zeitgeist.
View ArticleNeed a gui solution that works with 0.8.4
On the ofxaddons site under guihttp://www.ofxaddons.com/categories/1-gui There are a multitude of gui options. However, NONE that I've tried so far work with the latest stable release 0.8.4. The most...
View ArticleofxDatGui: A New User Interface for OF
Also I just restructured the docs and added a gallery page. If you are working with ofxDatGui and need help open an issue or pm me off list and I'll get you sorted out. When your project's ready for...
View ArticleofxDatGui: A New User Interface for OF
There's a good chance I'd use it at some stage even without ofParameter support, but if it did have that I'd be more likely to use it on some stuff I'm working on at the moment which uses ofxGui
View ArticleMake install target, shared object build
Ok relating to the CMake effort in the linked thread, I want to take this one to discuss the matters of deployment and building the libraries as shared objects. This would greatly simplify the way...
View ArticleMake install target, shared object build
One remark, for CMake based projects, there seems to be a mechanism I wasn't myself aware of until now, imported / exported targets. It seems like that could kinda leverage the problem a bit, however...
View ArticleCMake module for openFrameworks
As @procedural noticed already, I was missing quite some aspects, mainly because we are doing a static library build. The discussion is linked in the other thread. I thought that practice has long...
View ArticleNeed a gui solution that works with 0.8.4
ofxGui is part of 0.8.4, so no need to get an addon.Check the examples/gui/guiExample to see how to use it. I've used it a lot with 0.8.4 and never had any issues.
View ArticleUsing Boost, dlib, ofxLearn and OF on OSX 10.10
Hi GPGPU,Do you manage to compile ofxLearn with OF 0.9.0 on 64bits? I'm on OSX 10.10, Xcode 7. It compiles just in 32bit.Thanks!
View ArticleHow to get audio buffersize through Audio Unit RemoteIO
Hi, I'm trying to get the iOS hardware buffer size (e.g 512, 1024) and bring that number to ofApp.mm file so I can use it. I found that this function "static OSStatus...
View ArticleNeed a gui solution that works with 0.8.4
Have a look at this addon http://www.syedrezaali.com/ofxui/ it is not updated for the 0.9 release, but it is for the 0.8.4.
View ArticleWhat is the status of iOS with OF?
Thanks. I downloaded the nightly build of_v20151014_ios_nightly.zip Opened Empty example, did a clean and build. Does anyone have it working for 32&64it universal builds? What did you do to fix...
View ArticleofxPd
There's a trick to speed up table loading via using a smaller block size within a subpath. Check the pd-list archives.
View ArticleofxPD and Audiobus
cuinjune: I think I'm going to try changing ofxPD's blocksize dynamically depending on the updated buffersize. That's pretty much how you have to do it, unfortunately. I think you'll probably have to...
View ArticleKinectExample 1473 stop working Mac OS X El Capitan 10.11
Hello, Someone can help me? My kinect stop working on my mac in OF 0.8.4.I don't know why!Maybe it happens because the osx atualization.I have read a lot of tips about how to fix it...but I don't know...
View Article