code.pyret.org
code.pyret.org copied to clipboard
Big-bang without a to-draw handler doesn't show state if the world is a table
include image
include world
var world =
table: x
row: 2
end
fun update-world(w):
table: x
row:
w.get-row(0).x + 1
end
end
big-bang(world, [list: on-tick(update-world)])
I expect to see the rich table output in the big-bang window, but currently it just draws a blank
Copied from #74 originally reported by @schanzer, where conversation diverged.
If big-bang is deprecated, are we keeping this open?
@jpolitz I hope the answer is yes, since table display would be amazing here