@1pizzateam/loopr
v2.1.0
Published
Lightweight animation loop manager with FPS capping and delta-time clock
Readme
Synopsis
LoopR.js is a lightweight animation and render loop manager written in TypeScript, featuring playback controls, FPS capping, and a high-precision delta clock.
- Very lightweight
- Thoroughly tested
- Works in browsers and Node.js
Motivation
The purpose of this library is to provide a simple, robust way to manage animation frames with FPS capping, timing statistics, and loop controls.
Installation
$ npm install @1pizzateam/looprDocumentation
The documentation website is at https://1pizzateam.github.io/LoopR.js/.
Contributors
LoopR.js is still in development and I would be glad to get all the help you can provide. To contribute you can clone the project on GitHub and see contributor.md for the installation walkthrough.
