iced-rs/iced

`InfiniteList` widget

Aperta

#160 aperta il 15 gen 2020

 (11 commenti) (17 reazioni) (0 assegnatari)Rust (1572 fork)batch import
featurehelp wantedquestionrenderingwidget

Metriche repository

Star
 (30.491 stelle)
Metriche merge PR
 (Merge medio 24g 11h) (11 PR mergiate in 30 g)

Descrizione

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?

Guida contributor