Crates.io | egui_infinite_scroll |
lib.rs | egui_infinite_scroll |
version | 0.5.0 |
source | src |
created_at | 2024-01-21 15:49:19.090004 |
updated_at | 2024-10-03 09:54:58.318981 |
description | Infinite scroll widget for egui |
homepage | https://lucasmerlin.github.io/hello_egui/ |
repository | https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_infinite_scroll |
max_upload_size | |
id | 1107701 |
size | 127,396 |
Infinite scroll widget for egui.
Supports loading items of varying heights, from the top or bottom of the list.
Check the Gallery and Chat example for a demo.
Internally this uses the egui_virtual_list crate as a virtual list.