sinclairzx81 / zero

A 3D renderer written in JavaScript and rendered to the terminal.
Other
2.41k stars 143 forks source link

Support sixel graphics #5

Open lynlevenick opened 4 years ago

lynlevenick commented 4 years ago

While it would move away from being an ASCII renderer, sixel is not entirely unlike a standard for rendering graphics to the terminal.

sinclairzx81 commented 4 years ago

Hi, I'd actually really like to support this, however terminals with VT340 emulation support seem to be a bit few and far between (at least for what I've been able to find on Windows), and its probably not supported on most end user terminals. If you can recommend something though, id be happy to take a look, but may have to shelve an implementation for the time being. Sadly had to do the same for ANSI true color for similar reasons.

Of particular note tho, I have been keeping an eye out on https://github.com/microsoft/terminal/issues/448, which may prove of interest should that functionality land.

Thanks for the suggestion :)