raw-loop
v0.1.0
Published
An unoptimized version of main-loop
Downloads
2
Readme
raw-loop
An unoptimized (no requestAnimationFrame
) version of main-loop
It is ment as an drop in replacement for when you don't want to do optimized rendering.
Test
Run npm test
. The tests are copy&pasted directly from
https://github.com/Raynos/main-loop with the requestAnimationFrame
bits removed.