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

image loader for file:// is blocking, while image loader for http:// runs fine. #5375

Open
hacknus opened this issue Nov 15, 2024 · 0 comments
Labels
bug Something is broken

Comments

@hacknus
Copy link
Contributor

hacknus commented Nov 15, 2024

Describe the bug
When using

ui.image("file://image.png");

it is blocking until the image is loaded.

But

ui.image("https://web.site.com/image.png");

will run fine and updates the GUI while the image is loading.

Expected behavior
All loaders should be non-blocking.

Desktop (please complete the following information):

  • OS: macOS 14.6.1
  • Version: egui 0.29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant