Skip to content

Make the renderer more stateful #389

@CryZe

Description

@CryZe

The renderer currently has no real persistent notion of components and positioned elements inside them. This means that we have to lay out all the glyphs and other elements every frame which is quite expensive. Additionally this also forces the underlying backend to have to rerender everything every frame. We should implement a React like diffing model that stores and updates an underlying stateful tree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAn improvement for livesplit-core.performanceAffects the performance of the code.priority: highThis is a high priority issue.renderingThe issue or pull request is affecting the rendering.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions