Particle system with cinder

During the holidays I did the “Welcome to Cinder” series and that’s my result. It’s a bit sloppy because of the screen recording. Next step will be to run the calcutlations on the GPU with OpenCL.

Fix __MyCompanyName__ in XCode – The easy way

Changing __MyCompanyName__ in XCode to something useful was always a bit stupid, like configuring it with plist editing or on terminal. Today I found a very easy and sensible way to get things right. Just edit the company of yourself in Address Book and XCode will insert this company in your files. Solution was found here (german).

Hello Kinect!

I finally got some time for some experiments with the kinect. At the moment I just got some simple hand detection. In the next days I will try to do something useful with it, but for now it just works…

I am using the openKinect driver with the C# wrapper from EisernSchild (link) and AForge.Net for image processing. Hopefully the official C# wrapper from openKinect will be released soon.