notty
FINAL CUT


notty | FINAL CUT | |
---|---|---|
5 | 29 | |
355 | 1,038 | |
0.8% | 1.5% | |
0.0 | 8.6 | |
11 months ago | 6 days ago | |
OCaml | C++ | |
ISC License | GNU Lesser General Public License v3.0 only |
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.
notty
-
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.
FINAL CUT
-
Building a TUI system monitor with FINAL CUT
PSA: Not Apple's Final Cut, but rather this:
https://github.com/gansm/finalcut
-
Terminal widget toolkit FINAL CUT 0.9.0 released – performance improvements and new features
Visit the GitHub repository to get the latest version.
-
Alternative to ncurses for modern C++ (TUI)
Maybe FINAL CUT is something for you. It has its own widgets and can be controlled with the mouse or keyboard.
- Modern Turbo Vision 2.0
-
XPM viewer for terminal
The reason for my posting is not the XPM viewer. The primary reason was the data processing class, which allows you to display logos or other simple graphics in your programs.
I implemented for FINAL CUT a simple data processing class and an image viewer for X PixMap (XPM) images. It allows displaying XPM icons in the terminal. Maybe someone will find it helpful.
-
I looking for a TUI liberary/framework with good aesthetics.
If you want to write in C++, you can have a look at my small TUI framework FINAL CUT.
- Library for creating terminal applications with text-based widgets
-
Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]
Not exactly what you’re describing, but check out Final Cut: https://github.com/gansm/finalcut
- Terminal widget toolkit FINAL CUT 0.8.0 released
What are some alternatives?
sqlite3-ocaml - OCaml bindings to the SQLite3 database
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.
nchat - Terminal-based Telegram / WhatsApp client for Linux and macOS
ncurses - snapshots of ncurses - see https://invisible-island.net/personal/git-exports.html (no pull requests are accepted)
terminal-kit - Terminal utilities for node.js
newt - Mirror of https://pagure.io/newt.git
notty - A new kind of terminal
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
PDCurses - A curses library for environments that don't fit the termcap/terminfo model.
libui - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
notcurses - blingful character graphics/TUI library. definitely not curses.

