red42 / HTML5_Genetic_Cars

A genetic algorithm car evolver in HTML5 canvas.
zlib License
1.19k stars 294 forks source link

Fix Jittering #30

Closed Drahakar closed 6 years ago

Drahakar commented 6 years ago

setInterval is known to be flaky at high frequency. Switched to a method described here : https://stackoverflow.com/a/16580064/103916

Feel free to try it localy to see the difference.

Should fix : #26