litecanvas / game-engine

🎮 Lightweight HTML5 canvas engine suitable for small games, prototypes and animations.
https://litecanvas.js.org/
MIT License
30 stars 4 forks source link

Add `loop()` and `noloop()` #23

Closed luizbills closed 3 months ago

luizbills commented 3 months ago

Like in p5.js:

https://p5js.org/reference/p5/loop/ https://p5js.org/reference/p5/noLoop/