iced-rs/iced

`InfiniteList` widget

オープン

#160 opened on 2020/01/15

 (11 件のコメント) (17 件のリアクション) (0 人の担当者)Rust (1,572 件のフォーク)batch import
featurehelp wantedquestionrenderingwidget

Repository metrics

Stars
 (30,491 個のスター)
PR merge metrics
 (平均マージ 24d 11h) (30d で 11 merged PRs)

説明

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?

コントリビューターガイド