Ratty – A terminal emulator with inline 3D graphics
211–220 of 262 posts
Re: Ratty – A terminal emulator with inline 3D graphics
#212Re: Ratty – A terminal emulator with inline 3D graphics
#213Earlier quoted context omitted.
I have a working fully 3D glyph based text rendering system I can't seem to get people to look at. It's this. Every character is a 3d placed quad, instanced rendered, so you get tens of millions and then some. They are individually addressable and mutable like any polygon. I use it to render entire GitHub repos in one go. I have two versions, native Apple and web. Web has the basics of an ide setup. Would love insigh…
I opened and it said to use a repo tab. There are no tabs so I pushed a button. It had a list with Linux so I clicked that. It redirected to a 404 page on github and I gave up. I don’t know what this is supposed to do, let alone how to use it. But I looked at it for you!
firefox 150 here.
Re: Ratty – A terminal emulator with inline 3D graphics
#214Earlier quoted context omitted.
I have a working fully 3D glyph based text rendering system I can't seem to get people to look at. It's this. Every character is a 3d placed quad, instanced rendered, so you get tens of millions and then some. They are individually addressable and mutable like any polygon. I use it to render entire GitHub repos in one go. I have two versions, native Apple and web. Web has the basics of an ide setup. Would love insigh…
looked at it. I don't think it works, as the other person said.
Re: Ratty – A terminal emulator with inline 3D graphics
#215I 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/
No evolution necessary! With my project, euporie [1], you can have use your data science notebooks with graphical image outputs, HTML, LaTeX, etc, all in the terminal. [1] https://github.com/joouha/euporie
You mention using this over ssh. Is there any way to get this working in tmux or anything similar by any chance? Or is the idea that euporie itself is acting like a multiplexer?
Re: Ratty – A terminal emulator with inline 3D graphics
#216Re: Ratty – A terminal emulator with inline 3D graphics
#217Earlier quoted context omitted.
At that point you've re-invented emacs.
well, almost. if emacs offers a graphical file manager i'll consider using it. this seems to be a start: https://github.com/emacs-eaf/eaf-file-manager . the file manager needs to also integrate with a terminal though so i can run unix commands in the same directory. and it needs to support mouse-based operations too. finally, and that's the real kicker, i'd like a better integration of the terminal output and the gra…
That, or eshell and emacs-ipython-notebook
Re: Ratty – A terminal emulator with inline 3D graphics
#218Earlier quoted context omitted.
>work of art more like theopneustos
Even Terry Davis wasn't that bold.
Re: Ratty – A terminal emulator with inline 3D graphics
#219I 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/
> push the state of terminal emulators forward What's overlooked here are the insane political and economic forces that were required to get anywhere close to the (sort of!) consistent implementation of plain text we have today. These projects try to piggyback off that success yet only contribute back harm. We have standards for a reason. I'm not saying people can't have fun, but don't try to start a cyberpunk-inspir…
Re: Ratty – A terminal emulator with inline 3D graphics
#220A couple of comments here mention using this in VR. Fwiw, years back I played a bit with shallow-3D UIs for software dev. Shallow like within a few cm of a laptop display, to minimize VAC eye strain for all-day use. Think more being able to layer and draw in color, but in 3D, rather than waving arms in a room. The 3D can be wiggle 3D, or perspective from webcam head/eye tracking, or stereo from shutter glasses, or XR…
I have a working fully 3D glyph based text rendering system I can't seem to get people to look at. It's this. Every character is a 3d placed quad, instanced rendered, so you get tens of millions and then some. They are individually addressable and mutable like any polygon. I use it to render entire GitHub repos in one go. I have two versions, native Apple and web. Web has the basics of an ide setup. Would love insigh…