-
Notifications
You must be signed in to change notification settings - Fork 0
Execution Order
Dominic Maas edited this page Jun 6, 2021
·
1 revision
The Vesta Engine performs the following events during every frame:
- Calculate the accumulator
- Run continuously until the accumulator is greater than or equal to the delta time.
- Called multiple times per frame
- Run general events here such as determining if the mouse button is clicked, etc.
- Render the screen
- Clear any io events (if a mouse button is clicked for example)