Open hacknus opened 1 week ago
This should definitely be improved, I think it would be fine to just spawn a thread to load and decode the image? Seems like someone already opened a PR: https://github.com/emilk/egui/pull/4069 But it's stale and needs some more work before it's ready.
Describe the bug When using
it is blocking until the image is loaded.
But
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):