More calls per second for more accurate timing, sequencer, threads
yes using it in combination with libsoundfile is a good idea, we are planing to have an ofSoundFile class for next release that will do just that. some time ago i started an ofBasicSoundPlayer:...
View ArticleFiles that I add don't compile
I'm new to Xcode 6, and I have a problem: Files that I add (f.e. to emptyExample) don't compile when I select "Build"And "Perform action/Compile File" has absolutely no effect.Cmd-K on open files...
View ArticleSpout - Syphon for windows
hello @MatDo you know if its possible to have multiple spout senders in oF?Thanks
View Article0.9.0 ofTexture retain method causes exception: "map/set iterators incompatible"
0.9.0 ofTexture retain method causes exception: "map/set iterators incompatible". This was found on Visual Studio 2015 hosted on Windows 8.1: Original code: static void retain(GLuint id){ if(id!=0){...
View ArticleWorkshop Series / Tutorials / Videos of using the kinect with Open Frameworks
sure ! I'd just run it through the project generator and do a clean project. You'd want to point a kinect top-down then use openCV blobs detect people.
View ArticleofxInputKeys addon
The addon is renamed to ofxImmediateModeInput to better reflect its purpose, and support for tablets under Linux was added.
View ArticleXtion + openframeworks + Raspberry Pi
Hi, i am having an Asus Xtion Pro live and i have it connected with my Raspberry Pi (os:raspbian wheezy). I have downloaded Openframeworks on both RPi and my laptop (os: ubuntu 12.04) and run the...
View ArticleCompilation Problem on OSX
I cann't compile Open frameworks with c++11. It works with c++98 but if I choose -std=c++11 and libc++ i become errors in relationship with the smart pointers (file types/ofTypes.h). The smart...
View ArticleXtion + openframeworks + Raspberry Pi
it's a bit old but here is how i had done it before https://github.com/openFrameworks-arm/Resonate2013Workshop/tree/master/OpenNI2AppExample
View ArticleCompilation Problem on OSX
The only OSX oF versions that support c++11 are 0.9.0+. What version of openFrameworks are you using? If you aren't using 0.9.0+, you can clone the master branch on github or get one of the 0.9.0...
View ArticleRaspberry Pi 2 Setup Guide
Hi @gary_r_lee I'd recommend trying to run the RPI2 with the latest distribution of oF 0.9.0+. I have confirmed that RPI1 and RPI2 are working pretty smoothly at this point, but will update this guide...
View ArticleVM Ubuntu 12.04 parallels to Raspberry B+
I have the same issue trying to cross compile on Linux mint 17 with a Raspberry B.Did someone manage to solve this ?
View ArticleXtion + openframeworks + Raspberry Pi
I have been playing with this last month. It took me a while to get things running.I'm using ofxOpenNI2Grabber and I think I slighly modified it . I can remove some code from my project and share it...
View ArticleSpout - Syphon for windows
check out https://github.com/Kj1/ofxSpout2addon for sending multiple textures with spout2
View ArticleRaspberry Pi 2 Setup Guide
I'm running 0.9.0 right now on the latest Raspbian wheezy . (Raspberry Pi 2)I had some trouble getting gcc 4.8 ( see the announcement topic:...
View ArticleDraw circles on mouse postion over image
Correct me if i'm wrong.. I understand you want to draw circles over a jpg image you have? And you want to draw the circles in the mouse position when you click? Like a Paint application? If you want...
View ArticleXtion + openframeworks + Raspberry Pi
Thank you for sharing your project. I encounter a problem on compilling and i would like a little help if you can, because i am new on openframeworks and i don't know if i follow the right procedure....
View ArticleXtion + openframeworks + Raspberry Pi
Well I have not been able to get the openNi2AppExample running but my own project is working. some questions first:Are you using a raspberry pi 1 or 2? ( the raspberry pi 1 will be too slow!! it's not...
View Article0.9.0 Release Candidate 1
I tried a clean install of raspbian wheezy, and now it does find and install g++4.8. (with the above code added to install_dependencies)However it will leave 4.6 as the default. so either call g++-4.8...
View Article