Notty Alternatives
Similar projects and alternatives to notty
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
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
-
-
jexer
Java Text User Interface. This library implements a text-based windowing system loosely reminiscent of Borland's Turbo Vision system
-
musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
-
tcell
Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
-
-
-
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
-
-
-
-
ncurses
snapshots of ncurses - see https://invisible-island.net/personal/git-exports.html (no pull requests are accepted)
-
-
-
-
notty discussion
notty reviews and mentions
-
I've done TUI (Terminal User Interface) app. This is what it looks like
As some can guess, the architecture was heavily inspired by Elm and Elmish parent-child patterns. Notty - is a cool library, which is a perfect choice for a simple terminal draw. But keep in mind, that you will be responsible for focus management and isolation of all event handlings. Sqlite3-OCaml - is totally imperative library, because it is just bindings on C library. But you get all the essential functionality with which you can build yourself the needed level of abstraction.
Stats
pqwy/notty is an open source project licensed under ISC License which is an OSI approved license.
The primary programming language of notty is OCaml.