-
Notifications
You must be signed in to change notification settings - Fork 793
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
Reimplement image widget using sixel #213
Comments
I really want this feature to happen. Is there anything I can do to speed this up? |
Hi, thanks for asking. So I'm actually not really familiar with sixel, and I don't even know if we can get it to work with termbox-go (but it would be really nice if we could), so I guess the first step would be to figure out some of this preliminary stuff. We would probably need a Go library for sixel, I just found go-sixel which might work. We also need to figure out if termbox-go will let us draw to the terminal when its running. It usually only accepts unicode characters, not escape sequences, but I'm wondering if we could find a way to draw over it when its running. So basically, if you want to play around with some of this stuff (including go-sixel) and report back what you find that would be great :D |
I did try making a bytes reader and forward that to a TextView or something on I did, however, try to play around with go-sixel. It worked fine in my forked xterm. |
implemented sixel support which needs further testing over at #233. |
No description provided.
The text was updated successfully, but these errors were encountered: