Created
May 30, 2019 13:57
-
-
Save jamesmichiemo/8704dd5ac3edc283a4f03dc95e6d31a6 to your computer and use it in GitHub Desktop.
processing sketches
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
| #!/usr/bin/env jruby | |
| # frozen_string_literal: false | |
| require 'propane' | |
| class WindowPane < Propane::App | |
| def settings | |
| size 800,600 | |
| end | |
| end | |
| WindowPane.new | |
| ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment