timkurvers / redota

Revisit past Dota 2 matches in the browser
https://timkurvers.github.io/redota
MIT License
55 stars 7 forks source link

World / minimap performance enhancements #8

Open timkurvers opened 3 years ago

timkurvers commented 3 years ago

Rendering the game world using the HTML DOM is slow, especially with a considerable amount of units spawned.

Consider switching to a canvas-based approach, such as PixiJS.