iced-rs/iced

`InfiniteList` widget

Ouverte

#160 ouverte le 15 janv. 2020

 (11 commentaires) (17 réactions) (0 personne assignée)Rust (1 572 forks)batch import
featurehelp wantedquestionrenderingwidget

Métriques du dépôt

Stars
 (30 491 étoiles)
Métriques de merge PR
 (Merge moyen 24j 11h) (11 PRs mergées en 30 j)

Description

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?

Guide contributeur