NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
40 stars 2 forks source link

Add step timer for update loop #606

Closed McCallisterRomer closed 3 months ago

McCallisterRomer commented 3 months ago

By default we want to run the whole update loop on a fixed step, rather than just physics. We could also have an option to run on a variable time step, as long as there is a way to stop getting too far ahead of rendering.