Registry / cli / ftxui
library6.1.9vcpkgunverified

C++ Functional Terminal User Interface.

vcpkg install ftxui
INSTALL
IMPORT
SIG · FTXUI
F
ftxui
clicppv6.1.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ftxui/dom/elements.hpp
#include <ftxui/dom/elements.hpp>

Display centered text in the terminal

#include <ftxui/dom/elements.hpp> #include <ftxui/screen/screen.hpp> #include <iostream> int main() { using namespace ftxui; auto document = text("Hello, FTXUI!") | center; auto screen = Screen::Create(Dimension::Full(), Dimension::Fit(document)); Render(screen, document); std::cout << screen.ToString(); return 0; }
Debug
Known issues
gotchaFTXUI has multiple components (screen, dom, etc.) that need to be linked separately.
fix
Link ftxui::screen, ftxui::dom, and ftxui::component as needed; see documentation.
affects: *
Upgrade
Version history
6.1.9latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources

No resource links recorded.

ftxui — pip install ftxui · libregistry