Some Processing sketches
Clojure
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= resources
carview.php?tsp= src/sketchbook
carview.php?tsp= .gitignore
carview.php?tsp= COPYING
carview.php?tsp= README.md
carview.php?tsp= project.clj

README.md

Sketchbook

A collection of my sketches that run under clj-processing.

Use Corkscrew to get the dependencies installed:

$ corkscrew deps

Then run with:

$ corkscrew repl
Clojure 1.0.0--SNAPSHOT
user=> (require 'sketchbook.pop)
user=> (sketchbook.pop/run-pop)

To install corkscrew, see https://github.com/technomancy/corkscrew

Sketches

Pop

or "Synthpop-inspired Jams" 2009-08-27

https://github.com/technomancy/sketchbook/blob/master/src/sketchbook/pop.clj

Myu

or "Something vaguely Birdlike" 2009-08-29 https://github.com/technomancy/sketchbook/blob/master/src/sketchbook/myu.clj

Chu

or "That Thing I Always Used to Draw in Math Class" 2009-08-30

https://github.com/technomancy/sketchbook/blob/master/src/sketchbook/chu.clj

Copyright (c) 2009 Phil Hagelberg; see file COPYING for details.