linebender / linebender/druid

Draw items in scrollable that are in viewport?

Open
#2,083 0 comments 2 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.