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

Thread the update loop separate from the draw loop #54

Open
jamesaorson opened this issue Mar 30, 2020 · 0 comments
Open

Thread the update loop separate from the draw loop #54

jamesaorson opened this issue Mar 30, 2020 · 0 comments
Labels

Comments

@jamesaorson
Copy link
Contributor

jamesaorson commented Mar 30, 2020

To thread the update loop separately from the draw loop, the draw and update loops need to not be tightly coupled to the monogame draw and update call scheduling.

Calling MonoGame update and draw on the Komodo side will allow for greater control and simple support for threading update separate from draw.

(This may not even be possible due to the monogame implementation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant