Skip to content

Instantly share code, notes, and snippets.

Created July 22, 2012 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3161129 to your computer and use it in GitHub Desktop.
Save anonymous/3161129 to your computer and use it in GitHub Desktop.
(ns hook.core
(:require hook.image :as image)
(:use hook.util
(seesaw core
[chooser :only [choose-file]]
[graphics :only [draw style anti-alias circle rect]]
[color :only [color]])
clojure.xml
clojure.math.numeric-tower
[clojure.zip :only [xml-zip]]
[clojure.data.zip.xml :only [xml1-> attr]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment