Crates.io | egui_virtual_list |
lib.rs | egui_virtual_list |
version | 0.5.0 |
source | src |
created_at | 2024-01-21 15:48:26.421192 |
updated_at | 2024-10-03 09:54:16.111725 |
description | A virtual list widget for egui, with support for variable height items. |
homepage | https://lucasmerlin.github.io/hello_egui/#/example/gallery |
repository | https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_virtual_list |
max_upload_size | |
id | 1107700 |
size | 116,131 |
This crate adds a virtual list widget to egui. Egui has a basic build in virtual list in the ScrollArea widget. This crate has some extra features though:
There are some limitations though:
If you want to build a infinite scroll list, I recommend using the egui_infinite_scroll crate instead, which is using this crate internally.