Show HN: orzma – a terminal emulator that renders webviews inside the terminal (github.com)
I made this because I thought it would be useful to be able to use a webview in the terminal. I also provide an SDK called ratatui_orzma.
For example, I think it could be used to render rich UI components such as charts with a webview as part of a TUI application, port web tools to ratatui, or embed games built with Wasm inside the terminal.
5 comments
[ 4.6 ms ] story [ 20.4 ms ] thread1. https://sw.kovidgoyal.net/kitty/graphics-protocol/
edit: I see the protocol² is very well documented. Better yet, it looks like a really powerful and well thought out interface. Well done! It would be really awesome if this catches on.
2. https://github.com/not-elm/orzma/blob/main/docs/orzma_webvie...