Archive | April, 2014

Swishy

Another little Code Everyday project, that looks quite nice. I quite fancy recreating on CSS and JS, but this is written in processing, exported as processing.js. Drag around or click to see the effect. Link to full page version. code below.   int dropcount=1000; Drop one=new Drop(10,10,10); Drop[] drops=new Drop[dropcount]; int nowX, nowY; int driftX, […]

Continue Reading 0

Project Euler

Since starting my “code everyday” discipline, one of the problems has been to have a bite-sized objective to focus on; one that I can pick up, think about in a short session, and then code.  The point is to hone my problem solving skills, as well as the specifics of coding in whatever language. Sometimes […]

Continue Reading 0

Powered by WordPress. Designed by Woo Themes