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

Add a delay before loading the image to "fast scroll" through several images #3

Open
shaperilio opened this issue Sep 20, 2019 · 2 comments
Assignees

Comments

@shaperilio
Copy link
Owner

No description provided.

@shaperilio shaperilio self-assigned this Sep 20, 2019
@shaperilio
Copy link
Owner Author

Probably best to implement this as an action buffer, i.e. maybe the GUI only updates twice per second and all keystrokes within one period are absorbed and applied all at once. This is great for scrolling, level curve changes, etc.

@shaperilio
Copy link
Owner Author

For loading, we should consider just reading images in a separate, interruptible thread. We want instantaneous response if the images are small, but interruptible action if scrolling through a bunch of giant images.

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