-
### Description / Steps to reproduce the issue
### Description
I am trying to build the examples for [FTXUI](https://github.com/ArthurSonzogni/FTXUI) with `mingw-w64-ucrt-x86_64-emscripten` . Usin…
-
I see there are no high level TUI frameworks in nim.
Illwill/wave and nimwave are quite low level, no included widgets at all.
There's ncurses and notcurses wrappers but they have a limited widget s…
-
### Discussed in https://github.com/ArthurSonzogni/FTXUI/discussions/939
Originally posted by **sentientbottleofwine** October 20, 2024
This might be a very simple question and I might be just…
-
Let's say we have a vertical split and both top and bottom components are of `Container::Vertical` type.
If we added some child components which are `Container::Vertical / Container::Horizontal` them…
-
Hello, I would like to know if it is possible to use this library with existing C++ applications that already use an own logging system. I am extending the functionalities of some SDK application whic…
-
Title describes the problem pretty well. Code to replicate problem:
```cpp
#include "ftxui/dom/elements.hpp"
#include "ftxui/screen/screen.hpp"
#include "ftxui/screen/screen.hpp"
#include "ftx…
-
I know that you can colorize the font like this
```c++
ftxui::text("TEXT.") | ftxui::color(ftxui::Color::Red) | ftxui::bgcolor(ftxui::Color::Yellow)
```
Let's say that I made a Renderer() of this …
-
-
I would like to include ftxui into a realtime scheduling framework where there are tasks from which you derive so that you get the rt functionality without much work.
For that it would be pretty nice…
-
I'm porting ftxui on nintendo switch but the terminal is very basic and doesn't support unicode chars. Is there a way to only use UTF-8 ?
![2024112813175800](https://github.com/user-attachments/asset…