public
Description: Some Processing sketches
Homepage:
Clone URL: git://github.com/technomancy/sketchbook.git
name age message
file .gitignore Thu Aug 27 15:12:18 -0700 2009 Initial commit. [technomancy]
file COPYING Thu Aug 27 15:12:18 -0700 2009 Initial commit. [technomancy]
file README.md Fri Sep 04 22:30:27 -0700 2009 Adjustments to use latest defapplet. [technomancy]
file project.clj Sun Sep 20 15:02:13 -0700 2009 Added gox sketch. [technomancy]
directory src/ Sun Sep 20 15:20:47 -0700 2009 Added pch sketch. [technomancy]
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 http://github.com/technomancy/corkscrew

Sketches

Pop

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

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

Myu

or "Something vaguely Birdlike" 2009-08-29 http://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

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

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