remvee / sketchbook forked from technomancy/sketchbook
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Aug 27 15:12:18 -0700 2009 | |
| |
COPYING | Thu Aug 27 15:12:18 -0700 2009 | |
| |
README.md | ||
| |
project.clj | ||
| |
src/ |
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=> (rosado.processing.applet/run sketchbook.myu/myu)
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.

