jesse-rb / qolboard-spa

Re-developing the original qolboard (qolboard.com) project with a more modern approach (svelte SPA).
https://2.0.qolboard.com
MIT License
0 stars 0 forks source link

Redraw only pieces that need redrawing #10

Open jesse-rb opened 1 year ago

jesse-rb commented 1 year ago

Instead of redrawing the entire canvas and all pieces, only redraw a small area of the canvas that has been updates, and any other pieces in the area.

jesse-rb commented 1 year ago

Similar to original qolboard (An old example)

jesse-rb commented 10 months ago

Still some weirdness at times mainly when moving pieces really fast, as well as possible rendering a piece that should be on the bottom over another one.