Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scissor View that can optimize rendering and/or events #72

Open
phronmophobic opened this issue Jun 17, 2023 · 0 comments
Open

Scissor View that can optimize rendering and/or events #72

phronmophobic opened this issue Jun 17, 2023 · 0 comments

Comments

@phronmophobic
Copy link
Owner

It's common to have container elements like scrollviews that visualize a subset of a collection of data. Currently, scissors views still do most of work needed for layout and events even for elements that are outside the scissor view's bounds. For some regular layouts, it's possible to skip work for non-visible elements.

The idea is to have special layouts that given some bounded size, have a fastpath for returning only the relevant elements that might be needed for layout, drawing, event handling, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant