Friday, July 11, 2008

Bouncing Circles


I had some time today while waiting for my computer to get the latest build of the game I'm working on, to do some work in Processing. Nothing too fancy here, but it was good to teach myself a bit more about OOP (each of the circles is a little object). In a nutshell, this sketch draws a bunch of circles that bounce around the screen, each connected to the others with a vibrating bezier curve. Good relaxing coding fun :P You can see the source code to it here.

No comments: