Sha256: 252232d5374da3e5cce91a468f4303858b228351640ac5c38b674251de82f102
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
require "sgl" def setup window -200, -200, 200, 200 background 100 end def display x = mouseX y = mouseY push color 100, 0, 0 translate x, y, 0 rotateX x rotateY y scale 2 rect -5, -5, 5, 5 pop push color 100, 0, 0 translate x, y, 0 rotateX x rotateY y scale 2 rect 5, 5, 10, 10 pop end mainloop
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sgl-0.4.0 | examples/sample16.rb |