Monthly Archives: July 2008

CIImage and the bitmap problem

Sooo… CIImages, they’re the new hotness. They go well with a smattering of CIFilters (also high on the hotness scale). However.. the thing about CIImages (and filters) is that they wait until you use them for something (like rendering) before … Continue reading

Posted in BBTouch, code, multitouch | 3 Comments

CIFilter infinite Extent problems

I am going to post this here in hopes that others who have had this issue can find it easily. I spent many many hours today fiddling with custom image units (ie CIFilters) and this one stumped me for quite … Continue reading

Posted in code, CoreImage | 6 Comments

BBOSC updates

I just sent some minor changes to the BBOSC repository (as well as the BBTouch one too.. ) to fix some memory leakage with the BBOSC stuff.. no leaks now. BBOSC repository: http://code.google.com/p/bbosc/ BBTouch repository: http://code.google.com/p/opentouch/ i really need to … Continue reading

Posted in BBTouch, meta | Leave a comment

Some thoughts on BBTouch optimization

SO, the old programming lesson, never optimize before it’s time, is a good lesson. However, i think that BBTouch has reached a milestone, and is in need of some optimization. To this end I have been applying the various instruments … Continue reading

Posted in BBTouch, code, iPhone, multitouch | Leave a comment

TUIO support is Here!

And it even seems to work! It is gratifying as a developer and code architect (not to toot my own horn, but, tooting my own horn :^) to be able to effectively use a chunk of my own code to … Continue reading

Posted in BBTouch, code, multitouch, openSoundControl | 12 Comments