Skip to content

Rendering is slow because it's using cursor manipulation instead of writing to a virtual buffer #2

@ShaunLawrie

Description

@ShaunLawrie

The renderer writes directly to the terminal which makes it hard to write unit tests and also slow to render. The renderer should be updated to use a virtual buffer but it can't be using buffercells because those aren't cross platform.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions