-
-
Notifications
You must be signed in to change notification settings - Fork 565
[Renderers/Terminal] Add initial implementation of terminal renderer #91
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
[Renderers/Terminal] Add initial implementation of terminal renderer #91
Conversation
Thank you for this work! I'll try to get to it over the next few days 😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment
I like that idea
Any news? |
b0fe411
to
e93a838
Compare
Hey @EmmanuelMess, apologies for the long delay on getting back to this one. I've updated it to the latest main and reused the shared layout example, it's looking super cool! |
This is an initial approach to the terminal renderer. Its pretty bad, it does not take into account the "real" pixel size of the terminal, just the character size.
Fixes #57