Sha256: 471217cb45cda2bcb07314855ad133d790d9b86a30adf39c714dd32acac94a43
Contents?: true
Size: 287 Bytes
Versions: 6
Compression:
Stored size: 287 Bytes
Contents
# Author: Junegunn Choi (junegunn.c@gmail.com) setup = -> size $(window).width(), $(window).height() frameRate 30 background 255 draw = -> for i in [0..10] s = random(100) stroke random(255), random(255), random(255) ellipse random(width()), random(height()), s, s
Version data entries
6 entries across 6 versions & 1 rubygems