A blog about experiments in visual effects, photography, flight, ROVs, electronics, hardware and software.

Archive for the ‘C code’ Category

New Slit-Scan Video Experiment

Sunday, June 20th, 2010

This is a slit-scan video experiment I created. Wildflowers were filmed rotating around on a lazy susan. The footage was then processed on my Mac using a custom SDL based program written in C-code. This technique is also known as Chronotopic Anamorphosis or Digital Peripheral Streak Photography. I previously tried this technique on Autodesk Maya rendered footage.

SDL based Slit-Scan program

SDL based Slit-Scan program

Creating a Custom LCD Character in MikroC PRO for PIC

Saturday, February 13th, 2010

In this video I demonstrate how to create a custom LCD character using MikroC Pro for PIC and the EasyPIC Development board by MikroElektronika http://www.mikroe.com . The microcontroller used in this tutorial is the Microchip PIC18F4685.

Here is the source code for the project:

I_heart_mikroC_Project.zip

Welcome

Saturday, February 21st, 2009

while(1){
printf(“Welcome to my blog!\n”);
}