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

Fix frame rate counter #4

Closed
1 task done
Tracked by #10
Abbondanzo opened this issue May 13, 2019 · 1 comment
Closed
1 task done
Tracked by #10

Fix frame rate counter #4

Abbondanzo opened this issue May 13, 2019 · 1 comment

Comments

@Abbondanzo
Copy link
Member

Abbondanzo commented May 13, 2019

Required Fixes

  • Replace frame counter with scrubbing timer. The original setState call that updated the frame counter had too high a repaint cost to keep updating the input field. We can target the callback system to update the value in the input directly, but repainting the entire control system each frame tick is too much.
@Abbondanzo
Copy link
Member Author

Closed by #16

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

1 participant