Skip to content

Make widget_matrix scrollable #207

@abonander

Description

@abonander

I'm having a hard time thinking of how to describe it, but I think widget_matrix could be made scrollable by having two sets of dimensions and then moving it under a static mask:

It could save processing power by culling items that don't fall at least partially within the visible area, and then mask the edges so they don't bleed over. A separate UI element (slider, perhaps?) could control the scroll, setting the scroll amount on the matrix in terms of % or current out of maximum. This method could also trivially be implemented for horizontal scrolling.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions