I be curious to see if there is a Terminal User Interface that can also have a GUI mode as well if opened directly rather than in a terminal.
Ftxui: C++ Functional Terminal User Interface
11–20 of 72 posts
Re: Ftxui: C++ Functional Terminal User Interface
#12I be curious to see if there is a Terminal User Interface that can also have a GUI mode as well if opened directly rather than in a terminal.
Re: Ftxui: C++ Functional Terminal User Interface
#13I be curious to see if there is a Terminal User Interface that can also have a GUI mode as well if opened directly rather than in a terminal.
Re: Ftxui: C++ Functional Terminal User Interface
#14It looks incredibly nice, but ... I still think a text UI that looks like a GUI is combining the worst of two worlds.
Re: Ftxui: C++ Functional Terminal User Interface
#15Re: Ftxui: C++ Functional Terminal User Interface
#16C++ ensures this will never be used widely.
Re: Ftxui: C++ Functional Terminal User Interface
#17It looks incredibly nice, but ... I still think a text UI that looks like a GUI is combining the worst of two worlds.
Except if you need to run the app on remote server. VS Code shows how utterly difficult it is to get a GUI working well in that scenario.
Did you mean running VS Code on a remote server and forwarding it to the local machine? X11 based forwarding?
Re: Ftxui: C++ Functional Terminal User Interface
#18I be curious to see if there is a Terminal User Interface that can also have a GUI mode as well if opened directly rather than in a terminal.
Maybe we're about to see react like semantics driving multiple backends, cli, local gui, html5 webapps..
Re: Ftxui: C++ Functional Terminal User Interface
#19Wish we have some nice cross-platform GUI with modern c++ works across linux/windows/macos too, the only choice used to be Qt. Nowadays imgui seems a good alternative.
Re: Ftxui: C++ Functional Terminal User Interface
#20Earlier quoted context omitted.
Maybe we're about to see react like semantics driving multiple backends, cli, local gui, html5 webapps..
That is basically what Flutter is. Renders to desktop, mobile and web, only tui is missing there.