iced-rs/iced

`InfiniteList` widget

Offen

#160 geöffnet am 15.01.2020

 (11 Kommentare) (17 Reaktionen) (0 zugewiesene Personen)Rust (1.572 Forks)batch import
featurehelp wantedquestionrenderingwidget

Repository-Metriken

Stars
 (30.491 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 24T 11h) (11 gemergte PRs in 30 T)

Beschreibung

I am writing an app that loads more than 400 PNGs into a scroll view.

But, it seems that VRAM is out of memory because too many images are being loaded.

I want to unload images outside the rendering range of the scroll view. Is there a way to know the display status of children elements in scroll view?

Contributor Guide