Squarific / TiledCanvas

Tiledcanvas is a js module that chunks your draw calls so you can move around easily and performantly giving you an unlimited sized canvas.
MIT License
43 stars 13 forks source link

More efficient zoom #1

Open Squarific opened 8 years ago

Squarific commented 8 years ago

This commit makes the zoom slightly more user friendly: https://github.com/Squarific/TiledCanvas/commit/5677c94c920b191053c0dae37223cc86cd98e456

Some form of mipmapping should probably still be implemented to make moving while zoomed out faster.