Turbo Vision VS FTXUI

Compare Turbo Vision vs FTXUI and see what are their differences.

Turbo Vision

A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support. (by magiblot)

FTXUI

Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang (by ArthurSonzogni)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
Turbo Vision FTXUI
29 43
2,358 8,430
6.1% 1.7%
8.5 8.8
about 2 months ago 7 days ago
C++ C++
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Turbo Vision

Posts with mentions or reviews of Turbo Vision. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-24.

FTXUI

Posts with mentions or reviews of FTXUI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-19.
  • Introducing TUISIC: TUI Music Streaming App.
    4 projects | dev.to | 19 Jan 2025
    But then i'm an engineer and doing things in organize manner is what i am supposed to do. And one day i came to this repo FXTUI a fantastic C++ library for creating terminal user interfaces, so i started building tuisic.
  • libaloo (Aloo)
    1 project | dev.to | 27 Sep 2024
    libaloo is a C library which uses GTK4 behind the scenes to create an GTK application It’s mainly written in C. It also has a CLI and CLI with TUI written in C++ with FtxUI but to set it up, Python is used.
  • Things I've learned building a modern TUI Framework
    10 projects | news.ycombinator.com | 11 Aug 2024
    FWIW, I evaluated a dozen compiled TUI libraries and found FTXUI to be the easiest to use and most reliable:

    https://github.com/ArthurSonzogni/FTXUI

    It's a nice tool to build interactive dashboards with both keyboard and mouse support.

  • Ftxui – C++ Functional Terminal User Interface
    1 project | news.ycombinator.com | 28 May 2024
  • Functional Terminal User Interface
    1 project | news.ycombinator.com | 30 Mar 2024
  • C++ Game Utility Libraries: for Game Dev Rustaceans
    9 projects | dev.to | 13 Mar 2024
    GitHub repo: ArthurSonzogni/FTXUI
  • Library for NES style terminal game.
    1 project | /r/cpp_questions | 30 Sep 2023
    Background: I want to make a NES Tetris) clone for the terminal, with full resolution, this is achievable through using this ▀ character, and defining back and foreground color. This would result in a 1x2 pixel and by making the game width 256x120 characters this would provide full resolution. I made some tests, creating my own encoding for the different sprites and optimizing everything, which resulted in very quick printing times, even with a normal terminal. Nearly fast enough for the full 60Hz that the NES has, when printing the whole screen. The fact that i don't need to reprint the background (except maybe a tetris), makes 60Hz a kinda realistic goal. My main concern is, that there could occur kind of a screen tearing effect, which i really want to avoid. AFAIK, ncurses has a way to print the whole "window" with a function call to avoid this issue, however I had a lot of issues when trying to use ncurses to print the entire background and figured, that there are better alternatives. I also tried FTXUI and whilst the experience of giving each "pixel" a fore- and background color was much better, i didn't quite find a way to refresh the screen like ncurses. (i think there is some kind of way with the ScreenInteractive class, but i didn't get that to work, and it seemed like there was not a way to color each pixel. with InteractiveScreen you can make your own components with the whole "text()" thing, but this isn't really what i need)
  • Should I give up?
    1 project | /r/cpp | 11 Jul 2023
    Try this library for console https://github.com/ArthurSonzogni/FTXUI
  • Cross platform terminal UI?
    1 project | /r/cpp_questions | 4 Apr 2023
    Depends on which level of "UI" you want. Personally I like https://github.com/ArthurSonzogni/FTXUI , but if you want to do those old TUI things then probably the (n/pd)curses libraries.
  • Function composition in modern C++
    3 projects | /r/cpp | 5 Mar 2023

What are some alternatives?

When comparing Turbo Vision and FTXUI you can also consider the following projects:

FINAL CUT - The modern text-based widget toolkit.

ncurses - snapshots of ncurses - see https://invisible-island.net/personal/git-exports.html (no pull requests are accepted)

Elements C++ GUI library - Elements C++ GUI library

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured

Did you know that C++ is
the 7th most popular programming language
based on number of references?