Skip to content

Rework drawing system to only draw what is necessary #6

@dsamarin

Description

@dsamarin

Currently, all widgets are redrawn every time something needs to be updated. We should think about having each widget create it's own element. This might slow down re-sizing and allocation, however, but widgets will only have to draw to a single element and the browser will worry about superimposing each widget on top of each other. Events like onenter, onleave will be easier to implement this way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions