Skip to content

Instantly share code, notes, and snippets.

@jamesmichiemo
Created May 30, 2019 13:57
Show Gist options
  • Select an option

  • Save jamesmichiemo/8704dd5ac3edc283a4f03dc95e6d31a6 to your computer and use it in GitHub Desktop.

Select an option

Save jamesmichiemo/8704dd5ac3edc283a4f03dc95e6d31a6 to your computer and use it in GitHub Desktop.
processing sketches
#!/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