/allrgb-kilimanjaro

experiments with color

Primary LanguageCommon Lisp

allrgb: experiments with color

Some lisp code for making images with a 1-1 correspondence between pixels and rgb colors (suitably quantized). Right now I only have one method implemented, the winning entry from this codegolf challenge, which, given enough patiences, spits out stuff like:

woah dude

Todo

The current code is inefficient in a number of ways. A few candidate improvements:

  • lol don't use lists for sets
  • more careful data layout and memory use

Related ideas

Tweetable mathematical art