asciibird
FTXUI
Our great sponsors
asciibird | FTXUI | |
---|---|---|
7 | 33 | |
25 | 4,122 | |
- | - | |
7.4 | 8.0 | |
3 months ago | 10 days ago | |
Vue | C++ | |
GNU General Public License v3.0 or later | MIT License |
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.
asciibird
We haven't tracked posts mentioning asciibird yet.
Tracking mentions began in Dec 2020.
FTXUI
-
What are some C++ projects with high quality code that I can read through?
I find openMVG very decent, FTXUI might be a good one and nlohmann's json library is also pretty nice. I don't really know of any project that strictly adheres to the core guidelines, except maybe for some of Jason Turner's (sample) projects.
- Owl: A toolkit for writing command-line user interfaces in Elixir
-
I have made a physics simulator that replicates projectile motion with quadratic drag! Please feel free to download and compile it. Let me know of any bugs!
Okay stupid suggestion I know but I've recently been learning the FTX UI library which basically adds a little bit of UI programming to the terminal and it has canvas that lets you plot pixel by pixel.
-
Text UI components like “ncurses”
No affiliation with any ponzi schemes https://github.com/ArthurSonzogni/FTXUI
-
Cross Platform Terminal UI Toolkit for .NET
On the C++ front, I've been using this and love it - https://github.com/ArthurSonzogni/FTXUI - it also has wasm target, so may target the web.
I'm regular Far Commander on Windows, and Midnight Commander, also known as mc on Linux/OSX. In fact my "Command-Prompt" on Windows is always FAR (this comes with certain limitations, but I'm so used to it, I can't do my normal work without it). I could never get into the Explorer, and only use it in rare cases.
-
What are some cool modern libraries you enjoy using?
Just discovered FTXUI - a library for creating functional user interfaces on terminal. It supports clickable stuff and even plots. https://github.com/ArthurSonzogni/FTXUI Jason Turner also has a starting repository with all the boilerplate ready: https://github.com/cpp-best-practices/ftxui_template
-
how does neovim/vim's ui work in a console?
As already said, you can print ANSI escape codes to change colors/effects. But there are also many high-level libraries to create TUIs, such as FTXUI and notcurses
-
RoguelikeDev Does The Complete Roguelike Tutorial - Week 8
FTXUI is used to display terminal graphics, please check out this awesome library, it has a lot to offer, I even was able to handle mouse events with it! And the best part is that the code is very easy to compile for the web with emsdk so right from the beginning it was available online without much hassle.
-
Any guide to creating a terminal application?
This is a pretty lightweight one FXTUI
-
RoguelikeDev Does The Complete Roguelike Tutorial - Week 1
On one of the hackathons, we used this pretty great terminal C++ FTXUI library and despite the fact it's not a perfect fit here I'll try to stick to it this year.
What are some alternatives?
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
ncurses - snapshots of ncurses - see http://invisible-island.net/ncurses/ncurses.faq.html (no pull requests are accepted)
RmlUi - RmlUi - The HTML/CSS User Interface library evolved
notcurses - blingful character graphics/TUI library. definitely not curses.
Elements C++ GUI library - Elements C++ GUI library
rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
imtui - ImTui: Immediate Mode Text-based User Interface C++ Library
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.
FINAL CUT - A text-based widget toolkit.
TermOx - C++17 Terminal User Interface(TUI) Library.
Vcpkg - C++ Library Manager for Windows, Linux, and MacOS
FLTK - FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development