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 →
Imtui Alternatives
Similar projects and alternatives to imtui
-
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
-
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
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
-
-
meli
🐝 experimental terminal mail client, mirror of https://git.meli.delivery/meli/meli.git https://crates.io/crates/meli (by meli)
-
-
libyui
Libyui is a widget abstraction library providing Qt, GTK and ncurses frontends. Originally it was developed for YaST but it can be used in any independent project.
-
SonarCloud
Analyze your C and C++ projects with just one click.. SonarCloud, a cloud-based static analysis tool for your CI/CD workflows, offers a one-click automatic analysis of C and C++ projects hosted on GitHub. Zero configuration and free for open-source projects! Analyze free.
-
-
-
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
-
-
-
-
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.
-
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. 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.
imtui reviews and mentions
-
Textual Web: TUIs for the Web
Check this out - https://github.com/ggerganov/imtui - it's imgui for tui, and I guess one can compile it as wasm and run there!
- Is a graphics library necessary for a "game" that just uses ascii characters similar to dwarf fortress? If so, suggestions?
-
Alternative to ncurses for modern C++ (TUI)
Curses is the de facto TUI base, but there is no de facto standard C++ wrapper around curses. Google has FlatUI, FTXUI and Notcurses are popular, imtui is directly inspired by Dear ImGui. The list goes on and on, there are plenty of popular TUI libraries that all build upon Curses.
-
14 great tips to make amazing CLI applications
This can be as easy as wrapping a simple stdin/stdout loop with rlwrap, all the way to using full featured TUI libraries like bubbletea (golang), textual (python) or imtui (c++).
-
Libraries
imtui
-
Is there a de-facto standard of C++ TUI library?
I wouldn't call it standard, but https://github.com/ggerganov/imtui is pretty cool. It puts https://github.com/ocornut/imgui over ncurses.
-
Writing Programs with Ncurses
For C++, there is also ImTui that I wrote sometime ago:
https://github.com/ggerganov/imtui
I made a few sample apps with it, such as HN client and a WTF configuration tool. They are both linked in the repo if you are interested.
I still want to make some other cool terminal app with it, but haven't found a nice idea yet.
- Scop – a 3D model viewer written in C++20 and Vulkan
-
A note from our sponsor - InfluxDB
www.influxdata.com | 22 Sep 2023
Stats
ggerganov/imtui is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of imtui is C++.