juniorrojas/algovivo

Parameterize visible width in SystemViewport

Closed this issue · 0 comments

Currently, it's hard-coded.

worldWidth: 3.8,

We also need to update the grid rendering logic to adapt to arbitrary visible widths.

x0: -3,
y0: 0,
rows: 4,
cols: 10,