Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Termbox Alternatives
Similar projects and alternatives to termbox
-
-
args
A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
-
-
S-Lang
The S-Lang programming library is a software library for Unix, Windows, VMS, OS/2, and Mac OS X. It provides routines for embedding an interpreter for the S-Lang scripting language, and components to facilitate the creation of text-based applications.[3] The latter class of functions include routines for constructing and manipulating keymaps, an interactive line-editing facility, and both low- and high-level screen/terminal management functions. It is distributed under the terms of the GNU Gener
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
-
-
python-prompt-toolkit
Library for building powerful interactive command line applications in Python
-
-
-
-
CLI11
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
-
-
textual
Textual is a Rapid Application Development framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and (coming soon) a web browser!
-
asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
-
-
-
-
pytermgui
Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
termbox reviews and mentions
-
Writing TUI with Ratatouille
Most answers were a code-golf style with writing the full functionality in least number of lines of code. I took a different approach. Since some time already I wanted to try out Ratatouille - an Elixir toolkit for writing TUI (Terminal UI), based on termbox.
-
I looking for a TUI liberary/framework with good aesthetics.
If you want to go lower-level, then I would recommend against ncurses, and instead start with notcurses or termbox. termbox has lots of language bindings, but the author is no longer maintaining it. Still, not a bad place to start from. If you do decide to get into ncurses, this doc can get you over some of the humps with keyboard/screen/mouse.
-
termbox VS FINAL CUT - a user suggested alternative
2 projects | 30 Dec 2021
-
S-Lang alternatives - FINAL CUT and termbox
3 projects | 30 Dec 2021
-
ncurses alternatives - S-Lang, termbox, and rang
4 projects | 30 Dec 2021
-
notty alternatives - S-Lang and termbox
3 projects | 30 Dec 2021
-
newt alternatives - S-Lang, termbox, and Lanterna
4 projects | 30 Dec 2021
-
How to embed advanced links in terminal?
Alternatively, there's termbox: https://github.com/nsf/termbox (minimalistic). Or prompt_toolkit: https://github.com/prompt-toolkit/python-prompt-toolkit (huge).
-
A note from our sponsor - InfluxDB
www.influxdata.com | 4 Oct 2023
Stats
nsf/termbox is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of termbox is C.