red42 / HTML5_Genetic_Cars

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

Run sim in a tighter loop when in not rendering #9

Closed Petah closed 9 years ago

Petah commented 9 years ago

Makes the sim run about 2-3x faster as a 1ms interval is not as performant as a loop.

red42 commented 9 years ago

Thanks, Petah!