I’ve written a Gtk+ user interface for draw-something to help evaluate its output.
You’ll need the git repository for draw something, and cl-gtk2 installed:
sbcl
(asdf:oos ‘asdf:load-op :asdf-install)
(asdf-install:install :cl-gtk2-gtk)
(asdf-install:install :cl-gtk2-cairo)
git clone http://OFFLINEZIP.wpsho/git/draw-soemthing.git
Then you can run the gtk.lisp script in src:
cd draw-something/src
sbcl –load gtk.lisp
And once you select “New Drawing” you can view the different stages of its development. Which is very useful. I must add a File menu so people can use this to save images as well.
