Skip to content

[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

Merged
merged 6 commits into from
May 22, 2025

Conversation

EmmanuelMess
Copy link
Contributor

@EmmanuelMess EmmanuelMess commented Dec 23, 2024

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

@nicbarker
Copy link
Owner

Thank you for this work! I'll try to get to it over the next few days 😁

@nicbarker nicbarker changed the title Add initial implementation of terminal renderer [Renderers/Terminal] Add initial implementation of terminal renderer Dec 25, 2024
Copy link

@codewithpapakwame codewithpapakwame left a 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

@EmmanuelMess
Copy link
Contributor Author

Thank you for this work! I'll try to get to it over the next few days 😁

Any news?

@nicbarker nicbarker force-pushed the emmanuelmess/feature/terminal branch from b0fe411 to e93a838 Compare May 21, 2025 01:35
@nicbarker
Copy link
Owner

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!
Screenshot 2025-05-21 at 1 29 34 pm

@nicbarker nicbarker merged commit 65e813d into nicbarker:main May 22, 2025
3 checks passed
@EmmanuelMess EmmanuelMess deleted the emmanuelmess/feature/terminal branch May 22, 2025 01:36
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

Successfully merging this pull request may close these issues.

[Renderers/Terminal] A terminal/TUI renderer
3 participants