Forking Chrome to render in a terminal (2023)
11–20 of 20 posts
Re: Forking Chrome to render in a terminal (2023)
#12This needs an option to use the Kitty Graphics Protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ No need to render to ASCII/Unicode anymore!
Re: Forking Chrome to render in a terminal (2023)
#13Fun fact, this project helped the author get a job: https://github.com/fathyb/carbonyl/issues/162#issuecomment-1... Carbonyl is surprisingly performant and usable, especially with --zoom=300 --bitmap At lower resolutions, it would be nice to render images using a "subpixel" terminal rendering library like chafa ( https://hpjansson.org/chafa/ ), or maybe sixels/kitty image protocol.
I really wanted something that could just work...
Now that being said, the project was really cool.
So it might come slightly off topic but when I had last viewed the project, there were a lot of people asking if the project is dead or more importantly, what has happened to author and there were comments like this after the job part and even hackernews showed concern of the dev's life https://github.com/fathyb/carbonyl/issues/201 [is the dev killed by IDF in Gaza #201]
Re: Forking Chrome to render in a terminal (2023)
#14This needs an option to use the Kitty Graphics Protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ No need to render to ASCII/Unicode anymore!
Re: Forking Chrome to render in a terminal (2023)
#15It's surprisingly capable. One tricky problem is trying to solve Captchas with it.
Re: Forking Chrome to render in a terminal (2023)
#16Re: Forking Chrome to render in a terminal (2023)
#17Re: Forking Chrome to render in a terminal (2023)
#18This needs an option to use the Kitty Graphics Protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ No need to render to ASCII/Unicode anymore!
maybe kitty should just implement an X11 server or wayland and support all gui programs
...but at that point X forwarding or VNC seems more useful.
Re: Forking Chrome to render in a terminal (2023)
#19brow.sh (firefox in the terminal) is still being updated though.