I've already asked the question, but is there a way to embed this in a regular app ? I mean, if I want to have a "retro" like GUI but I don't want to bother my users with opening a terminal/console, can I embed this ?
The thing I'm thinking about would be to extract the alacritty render code and make it a library... But that's sure not easy to do...
IMHO I would pop a web view and load an HTML page with tui.css. It's seriously impressive looking and much easier to integrate in a modern gui system, electron app, etc.: https://github.com/vinibiavatti1/TuiCss
The thing I'm thinking about would be to extract the alacritty render code and make it a library... But that's sure not easy to do...