This file contains hidden or 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 art.core | |
(:use quil.core | |
[quil.helpers.seqs :only [range-incl]] | |
[quil.helpers.calc :only [mul-add]])) | |
(defn to-color-range | |
[n] | |
(mod (* 255 n) 255)) | |
(defn draw-point |
This file contains hidden or 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
Year Entrants | |
2014 35671 | |
2013 26839 | |
2012 26839 | |
2011 26907 | |
2010 26735 | |
2009 23315 | |
2008 22411 | |
2007 20763 | |
2006 20089 |
OlderNewer