ClojureBridge / drawing

Experimental capstone app for ClojureBridge curriculum using Quil
25 stars 36 forks source link

Keep sketches on top of other windows, for easier instant feedback. #23

Closed tjg closed 9 years ago

tjg commented 9 years ago

I believe learners would have a much easier time if sketches were kept on top of other windows.

Positives:

Negatives:

Tested on MacOS X.

(lein new quil <my-project> now does this by default: https://github.com/quil/quil-templates/pull/5)

yokolet commented 9 years ago

It's really a nice change! We don't need to find where the window is anymore. :+1:

rubygeek commented 9 years ago

:+1: great!