Draw items in scrollable that are in viewport?
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 9.7k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Implementation in `egui` based on `show_rows` function where it gives range of indexes that are visible on screen, I'm trying to make a logger where 100.000 lines is possible occurrence, is there a way to get this type of functionality in `druid`?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the issue's reference to egui's show_rows function and how Druid's scrollable widgets currently handle item rendering. Identify the relevant Druid entry point for scrollable children and define completion as supporting viewport-based rendering for lists containing roughly 100,000 logger lines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100