nymphofthevales / Tile-Editor

A dev tool for laying out tile-based patterns, maps, etc. Renders a grid in which tiles can be placed, and provides functionality for performing actions on subsets of those tiles. Under development.
3 stars 0 forks source link

Rewrite zoom functionality #1

Open nymphofthevales opened 2 years ago

nymphofthevales commented 2 years ago

Needs to use CSSStyleSheet.insertRule() instead of appending classes to grid elements in order to solve performance issues on large grids. (Currently needs to iterate through all cells and rows in order to append and remove appropriate size classes).