Menu
Creating a 2D RTS game and considering JS-generated SVG paths for numerous moving units, each with multiple paths. Wonder if SVG manipulation is efficient enough for such a scenario without using additional libraries or tools. Straightforward advice or suggestions to optimize performance, like using
to prevent image stuttering and tearing, are welcome.requestAnimationFrame()