Just a test to see if re-rendering 1000+ views at the same time causes major issues in rendering. Uses Perlin noise to build the map. Each map tile is a DOM node with logic.
npm install npm run dev
Simple test using a Perlin noise map to see if re-rendering 1000+ DOM nodes causes issues using lighterHTML. This does not cache or memoize render function calls.
JavaScriptMIT
Just a test to see if re-rendering 1000+ views at the same time causes major issues in rendering. Uses Perlin noise to build the map. Each map tile is a DOM node with logic.
npm install npm run dev