Live data from Hacker News

Show HN: Sixel-tmux displays graphics even if your terminal has no Sixel support

github.com

1–10 of 89 posts

Re: Show HN: Sixel-tmux displays graphics even if your terminal has no Sixel support

#4

Ooo I didn't even know that Sixel was a thing. This looks fun

I tinkered a bit with sixel support for my "C64 emulator in the terminal" (https://github.com/floooh/docker-c64), but unfortunately it's way too slow to get anywhere near 'realtime' output (30fps or better).

Here's the (abandondend) sixel-version source code, only with two colors, more color planes would drastically reduce the performance.

https://github.com/floooh/chips-test/blob/master/examples/as...

I really wish there was a decent pixel-framebuffer standard for terminals (with at least the same performance as ncurses). This would allow a lot of fun "terminal applications" (e.g. everything that used to run in VGA Mode 13h).

Re: Show HN: Sixel-tmux displays graphics even if your terminal has no Sixel support

#5
This is really interesting (to me anyway).

I normally just default to using Gnome Terminal on Linux, which sadly doesn't support Sixels, so I'll definitely give this a go.

Looking around I've just found Foot, which looks like it does support Sixel on Wayland[1].

So that might be a more permanent way forward.

1. https://codeberg.org/dnkl/foot

Re: Show HN: Sixel-tmux displays graphics even if your terminal has no Sixel support

#7
post #5

This is really interesting (to me anyway). I normally just default to using Gnome Terminal on Linux, which sadly doesn't support Sixels, so I'll definitely give this a go. Looking around I've just found Foot, which looks like it does support Sixel on Wayland[1]. So that might be a more permanent way forward. 1. https://codeberg.org/dnkl/foot

Any insight into how this one compares to Alacritty and Kitty?
Post reply on HN