Monday, February 25, 2013

Tuesday, February 19, 2013

seedSpark basics

First test image for seedSpark. Lots more to do, the seeds need to spin and draw their path to a framebuffer and then it also needs some masking. Also it needs some or other force change when there is interaction.
And now adding some shaders addons to use the image the kinect as alpha mask.

Friday, February 08, 2013

Happy mistakes


I am trying to update old projects to run on the latest version of openframeworks on a 64bit machine not a 32bit one using newer versions of the OpenNI libraries. Things are not working as expected. There is also a weird flickering that happens when I make the software not redraw the background (ofSetBackgroundAuto(false);) Luckily I found a fix. Switch the double buffering off in main.cpp by calling window.setDoubleBuffering(false);

Other weirdness though in interface instead it doesn't see me anymore :( . But it does make this Esher-like image when it thinks it should see me.