ObjImp+Mri3ds libraries @ processing.org
Hurray! ObjImp + Mri3ds libraries are now officially part of the Processing’s libraries page. That means more updates and bug fixes. ____________________________________________________________________...
View ArticleMovieGL – Rendering movies with JOGL in Java/Processing
I have tested most of the libraries available for processing able to render video files, but i never was happy. Either it became slow, unstable or just crashing. I wanted something better, so i went...
View ArticleOpenCL 4 Java & Processing
I finally took the time to play with OpenCL. I was motivated by the particle example from Rui Madeira. After speaking with him, he gave me a few other links on more examples like Memo Akten‘s...
View ArticleJavaCL, the new OpenCL4Java
I have noticed that OpenCL4Java is on version 1.4beta by now and that my examples were crashing when running on a GPU device. Today i took the time to do something about it. I have downloaded the new...
View ArticleMSAOpenCL for Java and Processing
Recently I have been doing some work with OpenCL and i found myself messing up with old code and re-writing most of it . At first it was interesting and quite funny but no more, so, I thought it was...
View ArticleCLNUI 4 Java (Kinect)
Kinect is a new product from Microsoft for XBox360. With an RGB camera, a 3D depth sensor (structured IR light) and a multi-array microphone , it is able to compute a depth map, something very...
View ArticleOpenNI Block of Code
OpenNI, a library created by PrimeSense. It’s quite famous for its ability to use the Kinect to track users and feed us with a usable skeleton per user. Since i wanted to give this a try and play...
View Article