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

Create a screen refresh thread #19

Open
adamhutchings opened this issue May 29, 2021 · 4 comments
Open

Create a screen refresh thread #19

adamhutchings opened this issue May 29, 2021 · 4 comments
Assignees

Comments

@adamhutchings
Copy link
Contributor

We want to have the frame rate be 60 FPS, but OpenGL functions must be called on the main thread, so try to create another thread that sets some sort of flag to refresh every 1/60th second.

@JakeRoggenbuck
Copy link
Member

@adamhutchings We should have a framerate counter screen first, to test this

@Sophon96
Copy link
Contributor

We could also use external software.

@JakeRoggenbuck
Copy link
Member

We had a cool one for qme (other java project), and it was really helpful for debugging and tracking issues
image

@Sophon96
Copy link
Contributor

Ooh, cool. Ignore my comment then.

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

No branches or pull requests

3 participants