Live data from Hacker News

Ratty – A terminal emulator with inline 3D graphics

ratty-term.org

71–80 of 262 posts

Re: Ratty – A terminal emulator with inline 3D graphics

#71

I like this. No reason the terminal should only support text. Data science notebooks show one way the terminal can evolve. Lots of interesting stuff happening in this space, with Kitty probably being the most aggressive innovator here [1]. I'm not sure there is an overall vision, though. [1]: https://sw.kovidgoyal.net/kitty/protocol-extensions/

I wonder if something like this could work for thumbnails in the terminal; I prefer to browse my filesystem from a terminal rather than the point and click file manager typically, and it would be really useful if I could have a grid-style `ls` with terminal based renders of the 3d models (thinking STL/STEP, 3D printing) in that directory. Bonus points if I could preview/rotate the model to inspect it.

eza [1] is a step in that direction. It lacks the interactivity, however.

[1]: github.com/eza-community/eza

Re: Ratty – A terminal emulator with inline 3D graphics

#74
post #36

I actually see some use cases for this. It's one of those should be nonsense projects that somehow isn't.

What use cases do you see?

we could bring back the 3d file browser and render it in the terminal now.

https://youtu.be/dFUlAQZB9Ng?si=3fE-vE8xF5rSVhRR

Re: Ratty – A terminal emulator with inline 3D graphics

#75
post #62
post #26

Terminal is slowly becoming a full featured web browser.

Isn't there a Terminal that renders everything with React? Super slow, but I guess thats what web devs want.

There are terminal libraries that do this:

https://github.com/vadimdemedes/ink

Which is what Claude Code CLI uses (or was using?) and it caused many issues such as flickering, thrashing, and latency.

Re: Ratty – A terminal emulator with inline 3D graphics

#77

I like this. No reason the terminal should only support text. Data science notebooks show one way the terminal can evolve. Lots of interesting stuff happening in this space, with Kitty probably being the most aggressive innovator here [1]. I'm not sure there is an overall vision, though. [1]: https://sw.kovidgoyal.net/kitty/protocol-extensions/

Terry A Davis already did this. It was as crazy then as it is now

The person who built this directly cites Terry as the inspiration.
Post reply on HN