Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game loop based on UPS or FPS #3

Open
g-amador opened this issue May 10, 2019 · 0 comments
Open

Game loop based on UPS or FPS #3

g-amador opened this issue May 10, 2019 · 0 comments
Assignees

Comments

@g-amador
Copy link
Owner

g-amador commented May 10, 2019

There should be an option to use either an Updates Per Second (UPS) based game loop or an Frames Per Second (FPS) based game loop updates. Currently only an FPS based game loop is available.

Useful links:
http://entropyinteractive.com/2011/02/game-engine-design-the-game-loop/
http://gameprogrammingpatterns.com/game-loop.html
https://gafferongames.com/post/fix_your_timestep/

@g-amador g-amador self-assigned this Apr 25, 2020
@g-amador g-amador changed the title Game loop not working properly Game loop based on UPS or FPS Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

1 participant