Low-level simulation loop
Go to file
Skye Terran cbd45ffc92 Working sync version of the game loop
Main problem here is that display() is blocked by update() and the update rate will slow down if the display rate slows below the update rate
2021-08-05 22:15:18 -07:00
src Working sync version of the game loop 2021-08-05 22:15:18 -07:00
.gitattributes Initial commit 2021-08-05 22:13:39 -07:00
.gitignore Working sync version of the game loop 2021-08-05 22:15:18 -07:00
Cargo.lock Working sync version of the game loop 2021-08-05 22:15:18 -07:00
Cargo.toml Working sync version of the game loop 2021-08-05 22:15:18 -07:00
README.md Initial commit 2021-08-05 22:13:39 -07:00

hypoloop