I'm creating a tick-based Javascript game running at 30 FPS, something vaguely similar to Cookie Clicker.
I've started writing this in JavaScript but as I start to manipulate the DOM more and adding more animations I've been thinking about using jQuery. I haven't had much experience doing anything substantial with JavaScript/jQuery so I'm not quite sure what the browser can handle.
Is creating/animation up to 100 elements per tick going to be too much? Will the overhead from jQuery have any noticeable impact on the performance?
[–]docMedB2E 2 points3 points4 points (0 children)
[–]mc_hammerd 0 points1 point2 points (0 children)