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
·
gansm avatar

gansm/finalcut

0
View on GitHub↗
1,177 stars·60 forks·C++·LGPL-3.0·5 viewsgithub.com/gansm/finalcut/wiki/Getting-Started#getting-started-with-the-final-cut-widget-toolkit↗

Finalcut

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

Features

  • Command Line Interfaces - Library for creating text-based terminal widgets.
  • TUI Libraries - C++ library for terminal widgets.

Star history

Star history chart for gansm/finalcutStar history chart for gansm/finalcut

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

Open-source alternatives to Finalcut

Similar open-source projects, ranked by how many features they share with Finalcut.
  • cubified/tuiboxCubified avatar

    Cubified/tuibox

    311View on GitHub↗

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

    C
    View on GitHub↗311
  • 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
See all 30 alternatives to Finalcut→

Frequently asked questions

What does gansm/finalcut do?

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

What are the main features of gansm/finalcut?

The main features of gansm/finalcut are: Command Line Interfaces, TUI Libraries.

What are some open-source alternatives to gansm/finalcut?

Open-source alternatives to gansm/finalcut 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… cubified/tuibox — A single-header terminal UI (TUI) library, capable of creating mouse-driven, interactive applications on the command… 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…