Sliding half step back, one step forward

slider-map-2

Digging a little deeper into Processing, I merged a demonstration map with the ControlP5 GUI library. The map demo grabbed data from a simple file (.tsv) and rendered it on a US map. I added a second column of data associated with each state and then used an interactive slider from ControlP5 [...]

Processing 101

crossing-points-on-circle

Got an introduction to Processing today and development my first program. The task was to expand on code that draws a circle as a series of dots, to create something that looks like a ball of rubber-bands. This short pile of code can specify a finite number of points along the [...]