iced-rs/iced

`InfiniteList` widget

Open

#160 opened on 2020年1月15日

GitHub で見る
 (11 comments) (17 reactions) (0 assignees)Rust (30,491 stars) (1,572 forks)batch import
featurehelp wantedquestionrenderingwidget

説明

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?

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

`InfiniteList` widget · iced-rs/iced#160 | Good First Issue