kaunta / falling-sand

falling sand game.
MIT License
1 stars 0 forks source link

fix "gaps" in drawing. #7

Closed kaunta closed 4 years ago

kaunta commented 4 years ago

currently "gaps" appear if the mouse is moving too fast.

image

Resolve this problem so that continuous lines can be drawn.

kaunta commented 4 years ago

This might be useful: https://en.wikipedia.org/wiki/Bresenham's_line_algorithm