ShredEagle / snacman

He is a snac man.
MIT License
0 stars 0 forks source link

Implement the top-level game loop #1

Open Adnn opened 2 years ago

Adnn commented 2 years ago

Should un-couple simulation update steps from frame rendering:

Adnn commented 2 years ago

Spiraling to death is naturally avoided by the fixed simulation delta.

Submitting commands for frame N while simulating frame N+1 is a natural feature of the multithreaded model.