awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Cubified avatar

Cubified/tuibox

0
View on GitHub↗
311 stars·15 forks·C·10 views

Tuibox

A single-header terminal UI (TUI) library, capable of creating mouse-driven, interactive applications on the command line.

Features

  • Command Line Interfaces - Single-header library for mouse-driven terminal applications.
  • TUI Libraries - Single-header C TUI library.

Star history

Star history chart for cubified/tuiboxStar history chart for cubified/tuibox

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Tuibox

These projects share indexed features with Tuibox. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • gansm/finalcutgansm avatar

    gansm/finalcut

    1,177View on GitHub↗

    A Modern C++ Text-Based Widget Toolkit (TUI)

    C++
    View on GitHub↗1,177
  • ggerganov/imtuiggerganov avatar

    ggerganov/imtui

    3,587View on GitHub↗

    ImTui: Immediate Mode Text-based User Interface C++ Library

    C++
    View on GitHub↗3,587
  • arthursonzogni/ftxuiArthurSonzogni avatar

    ArthurSonzogni/FTXUI

    9,686View on GitHub↗

    FTXUI is a C++ terminal user interface library and cross-platform console framework used for building interactive command line applications. It functions as a declarative terminal layout engine and a component-based UI toolkit that enables the creation of responsive interfaces. The library is distinguished by its terminal graphics and animation capabilities, allowing for the rendering of custom shapes, data plots, and smooth visual transitions using easing functions. It provides a comprehensive set of interactive widgets and a layout system utilizing flexbox and grid containers that adapt to

    C++arthursonzogniasciiascii-art
    View on GitHub↗9,686
  • jroimartin/gocuijroimartin avatar

    jroimartin/gocui

    10,575View on GitHub↗

    gocui is a console user interface library for the Go programming language. It provides a toolkit for building interactive terminal applications using a layout engine that organizes overlapping rectangular views and coordinates. The library features a terminal input handler to capture and map keyboard shortcuts and mouse events to specific application actions. It includes an ANSI escape sequence parser to manage text attributes, colors, and cursor positioning. The framework covers interface view management and overlapping window layering, allowing for a structured arrangement of content. Rend

    Gocuigogocui
    View on GitHub↗10,575
Compare all 30 related projects→

Frequently asked questions

What does cubified/tuibox do?

A single-header terminal UI (TUI) library, capable of creating mouse-driven, interactive applications on the command line.

What are the main features of cubified/tuibox?

The main features of cubified/tuibox are: Command Line Interfaces, TUI Libraries.

Which projects share features with cubified/tuibox?

Projects with overlapping indexed features include: ggerganov/imtui — ImTui: Immediate Mode Text-based User Interface C++ Library. prompt-toolkit/python-prompt-toolkit — This project is a Python terminal user interface library and toolkit designed for building interactive command-line… arthursonzogni/ftxui — FTXUI is a C++ terminal user interface library and cross-platform console framework used for building interactive… gansm/finalcut — A Modern C++ Text-Based Widget Toolkit (TUI). jroimartin/gocui — gocui is a console user interface library for the Go programming language. It provides a toolkit for building… vadimdemedes/ink — Ink is a declarative framework for building interactive command-line applications using a component-based…