📄️ Install
📄️ Your first scene
📄️ Loading assets
- Everything is asynchronous in the Chibi Engine.
📄️ Entity Component System
📄️ Update loops
- fixedUpdate: independent of frame rate, good for performance. Most of the time, we don't need to call update every frame. Also, a good way to adapt to every frame rate.