Ruby Sketch 95%
show a) Recursive circles (Apollonian-like) require 'ruby2d' set width: 800, height: 600, background: 'black'
Run: ruby sketch.rb Draw. Experiment. Break things. Repeat.
svg.rect(x: 0, y: 0, width: '100%', height: '100%', fill: '#111') ruby sketch
@points = []
Ruby2D for real-time, SVG + ChunkyPNG for static art. 3. Setting Up Install Ruby (≥ 3.0), then install gems: color: 'red') draw_circle(400
gem install ruby2d svg chunky_png Check:
@x = 0 @square = Square.new(x: 0, y: 200, size: 50, color: 'red') ruby sketch
draw_circle(400, 300, 250, 1) show require 'ruby2d' require 'ruby_noise' # gem install ruby_noise set width: 800, height: 600, fps_cap: 30