▲ Maze Generation Visualization at github.com▼2 up and 0 down, posted by pkstn 860 days ago 4 comments
pkstn 859 days ago. link 2 points ▲ ▼Haha, probably because i'm using <table> ๐ Tried to keep it as simple as possible. Probably refactor soon for <canvas>
tracker1 850 days ago. link 1 point ▲ ▼Maybe consider a web-worker that emits the change events, listening to a debounced method combined with requestAnimationFrame for render updates?
pkstn 849 days ago. link 1 point ▲ ▼Probably overkill, since calculation is so simple โย it's presumably more about table layout changes.. Should maybe try box-shadow instead of border for example.