Random undeclared identifier
yea, kinectBox2dExample copy.zip (42 KB) That's the project I started. I'm just trying to build a working version of this to expand on. https://labs.ideo.com/2011/04/12/kinect-interactivity-demo/...
View ArticleAndroid - crash in ofLog
Just a test; I print a string of 15K characters to the logcat: no error happening since 5 minutes (thousand times output). The problem doesn't look like a long string issue.
View ArticleSome errors when generating iOS projects (git checkout)
SoundOutputStream.m and SoundInputStream.m are caused by adding the ofxiOS addon to the project generator. It is already added you get some weird double include issues.
View ArticleofxMIDI on iOS crashes if I close other MIDI app
It's just like the one in ofxMIDI ExampleIOS Screen Shot 2015-10-19 at 09.51.00.png1186x1162 138 KB
View ArticleVisualization of 3D densities
Hi Julien, ofxVolumetrics does load sliced png images on to GPU buffer and render it as 3D.I wrote an extension to cut the volumetric 3D from any direction but I'm lazy so it's not merged yet:...
View ArticleHow to control the speed of a rotation
@Cyril even when you take out the reference to ofGetElapsedTimef(), so using something like this? float rotationSpeed = rotationSpeedControl * rotationSpeedMax; rotation += rotationSpeed; That should...
View ArticleAndroid - crash in ofLog
Thanks for the test, @Rancs! I was too lazy to to make it myself..
View ArticleCompiling for Mac with Retina Display using make
Hi!I’d like to compile via make for a Mac with Retina display. What do I have to take account of in order to achieve that? (Unfortunately, I am neither experienced with C++, nor with OF … I do,...
View ArticleComparing image from webcam to a shape drawn
Thanks a lot! I will look into it now :)))CHEERS :DDD x
View ArticleHow to build the examples for ios?
Hi all, I have migrated from cinder to check the land of OpenFrameworks for a large project ... I am working on both ios and android and I have not sees a way to build the examples ? Of course I am a...
View ArticleVisualization of 3D densities
Hellas, the visualiztion technique is called 'Volume Rendering', the wikipedia article has quite some information on it: en.wikipedia.org Volume rendering In scientific visualization and computer...
View ArticleofxAxisGrabber: error 404 not found
HI, i am trying to use ofxAxisGrabber. When i compiled it i have this error couldn't update parametres: 404 : notFound I have set the camera with the right admin and pw, and i see that the problem is...
View ArticleOptimal mac hardware
HiCreating a hardware spec for an installation using mac specific OFX libraries (requiring OpenGl). Can anyone share their recommendations for macs with a discrete video card?
View ArticleOptimal Mac hardware and external Thunderbolt GPU
HiCreating a hardware spec for an installation using mac specific OFX libraries (requiring OpenGl). Can anyone share their recommendations for macs with a discrete video card?As an option considering...
View ArticleHow to control the speed of a rotation
Is it actually getting faster and faster with time though, or just going really really fast? It looks like you're multiplying the slider value by 1000 which would mean you're rotating by up to 1000...
View Article32 * 32 led matrix chain
Hi,with a FadeCandy driver you can easily play with a RGB matrix
View ArticleTutorial for unit testing OF projects in Xcode
Thanks for the guide on OF and Catch. I was able to set it up and have it run on stand alone classes that I added on to OF projects (like the SampleClass.h/.cpp in your example) but haven't been able...
View Article32 * 32 led matrix chain
Talaron, I have a FadeCandy but still had not the time to try coding with it.... On a hardware point of view, how did you manage to connect it to a bunch of led strips in a reliable way ? I mean...
View ArticleOptimal mac hardware
If you're not getting many replies to this it could be because Mac hardware options have gotten kinda crappy for this sort of thing lately. The gfx card in the current Mac Pro is not that fast for the...
View Article