FRC implemented #18

Merged
mushgunAX merged 1 commits from SP3-19-frame-rate-controller into main 2022-09-15 11:34:53 +08:00
mushgunAX commented 2022-09-15 11:30:16 +08:00 (Migrated from github.com)

Handles the main game loop, which includes:

  • Handling restarting of scenes by freeing and initializing again
  • Handling changes of scenes by unloading previous scene and loading the next
  • Calling to update on a fixed time basis and reducing the accumulator
  • Calling to render on a variable time basis and adding to the accumulator
  • Measuring of variable time elapsed per frame

Ready for integration. Anticipating much change from this implementation during integration.

Handles the main game loop, which includes: - Handling restarting of scenes by freeing and initializing again - Handling changes of scenes by unloading previous scene and loading the next - Calling to update on a fixed time basis and reducing the accumulator - Calling to render on a variable time basis and adding to the accumulator - Measuring of variable time elapsed per frame Ready for integration. Anticipating much change from this implementation during integration.
Sign in to join this conversation.
No description provided.