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

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

Open
ShaunLawrie opened this issue May 20, 2023 · 0 comments

Comments

@ShaunLawrie
Copy link
Owner

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.

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