Sha256: dcf534b0cd9cd378fb96f80ffcaf2438b8fe32294b3d2c7c1fc084d5a0e562bc

Contents?: true

Size: 146 Bytes

Versions: 10

Compression:

Stored size: 146 Bytes

Contents

def setup
  size(400, 400, P3D)
  frame.set_resizable(true)
end

def draw
  background(255, 0, 0)
  ellipse(width / 2, height / 2, 100, 50) 
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ruby-processing-2.6.3 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.6.2 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.6.1 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.6.0 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.5.1 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.5.0 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.4.4 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.4.3 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.4.2 samples/processing_app/demos/tests/resize_test.rb
ruby-processing-2.4.1 samples/processing_app/demos/tests/resize_test.rb