Crates.io | egui_thumbhash |
lib.rs | egui_thumbhash |
version | 0.5.0 |
source | src |
created_at | 2024-01-21 15:47:20.239123 |
updated_at | 2024-10-03 10:00:39.528119 |
description | Easily use thumbhashes in egui |
homepage | https://lucasmerlin.github.io/hello_egui/ |
repository | https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_thumbhash |
max_upload_size | |
id | 1107698 |
size | 130,282 |
This crate adds an image loader to easily use thumbhashes in egui. It also includes a ThumbhashImage widget to easily display the thumbhash while the image is loading.
Internally we use the thumbhash crate to load the images.
For a showcase, check the gallery example.