davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
327 stars 63 forks source link

Overhaul scheduleNextFrame function #275

Closed rumblesan closed 7 years ago

rumblesan commented 7 years ago

Still a work in progress, so not mergable yet. mostly working but the framerate algorithm could likely be improved.

adds fps and resetFps functions. fps takes a value between 1 and 60. Any other value will set the framerate to as fast as possible.

fixes #254 fixes #152