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

redesign player #739

Open
PythonFZ opened this issue Nov 18, 2024 · 0 comments
Open

redesign player #739

PythonFZ opened this issue Nov 18, 2024 · 0 comments

Comments

@PythonFZ
Copy link
Member

PythonFZ commented Nov 18, 2024

Right now, we do render a frame, even if it is no longer displayed. If we do not do this, a frame is only displayed once the slider stops. Ideally, the slider on playback would only go to the next frame once the current one has been rendered.

For the scrubbing this we want to show intermediate frames and have a smooth slider, so there the current implementation might be fine?

Proposal:

  • split into displayedFrame and requestFrame
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