This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns oo-circles.core | |
(:use quil.core) | |
(:import [toxi.geom Vec2D])) | |
(def WIDTH 800) | |
(def HEIGHT 600) | |
(def num-circles 30) |