code.pyret.org icon indicating copy to clipboard operation
code.pyret.org copied to clipboard

Big-bang without a to-draw handler doesn't show state if the world is a table

Open jpolitz opened this issue 9 years ago • 3 comments

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

jpolitz avatar May 25 '16 02:05 jpolitz

Copied from #74 originally reported by @schanzer, where conversation diverged.

jpolitz avatar May 25 '16 02:05 jpolitz

If big-bang is deprecated, are we keeping this open?

schanzer avatar Nov 11 '18 04:11 schanzer

@jpolitz I hope the answer is yes, since table display would be amazing here

schanzer avatar Mar 17 '20 02:03 schanzer