Slit-Scan: A photography of Time

Discussion on the idea behind slit-scan and the concept of Time, with a real-time project based on Quartz Composer. Now I have re-implemented this in Processing (Java), and it’s much more robust. The 3D transformations and background subtraction are not in this one yet, but those are easy to add. github.com/yetkinyilmaz/processing/blob/master/SlitScanCamera/SlitScanCamera.pde Further reading: flong.com/texts/lists/slit_scan/

Particle tests with Processing

Below are my experiments with Processing, creating sprites with camera interaction, simple frame differencing. Processing is a wonderful platform to learn coding, based on Java, with hundreds of examples that do everything you can think of, therefore it’s up to you to combine that knowledge to bring creativity.