Playing around with images and drawing

mostly in preparation for doing image stuff in the Conway's Game of Life
implementation.
This commit is contained in:
Dan Buch
2012-12-16 19:58:01 -05:00
parent 3e013ce1a5
commit 8b536de45c
2 changed files with 54 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ TARGETS = \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/ranges \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/selects \
github.com/meatballhat/box-o-sand/gotime/junkdrawer/greppish \
github.com/meatballhat/box-o-sand/gotime/junkdrawer/reflectish
github.com/meatballhat/box-o-sand/gotime/junkdrawer/reflectish \
github.com/meatballhat/box-o-sand/gotime/junkdrawer/randimg
test: build