Turbo Vision
Elements C++ GUI library
Turbo Vision | Elements C++ GUI library | |
---|---|---|
29 | 13 | |
2,358 | 3,455 | |
6.1% | 0.8% | |
8.5 | 9.6 | |
about 2 months ago | 8 months ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | The 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.
Turbo Vision
-
Microsoft Releases Classic MS-DOS Editor for Linux Written in Rust
For those curious, here is a modern port of the C++ Turbo Vision that also supports Unicode:
https://github.com/magiblot/tvision
-
DOjS – A DOS JavaScript Canvas with Sound
Not exactly what you're looking for, but there's Shell in a Box (see https://github.com/shellinabox/shellinabox), that can create a terminal on a web page, and expose an actual terminal application running on a server.
One thing that is certainly doable is also to use a standard TUI framework in another language (there are many of them, e.g. https://github.com/magiblot/tvision for C++, https://github.com/charmbracelet/bubbletea for Go, etc.), compile it to WASM, and find how to bridge the WASM output to the browser (I've seen this: https://github.com/cryptool-org/wasm-webterm, but never tried it).
- Tvision – A modern port of Turbo Vision 2.0
- SCIM: Ncurses based, Vim-like spreadsheet
- Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
- Turbo Pascal Turns 40
-
Turbo Pascal or Delphi for Text Screen Applications
With FPC, you can use Free Vision, which is a supposed to be like a remake of the old Borland Turbo Vision. Alternatively for C++.
- What is a low-level UI library that allows me to make my own text widgets?
-
Using byte array for window?
Talking about a window display from byte array sounds like windowing for a purely text based (console based) user interface, like the 1990's Borland's old Turbo Vision. There are modern ports of Turbo Vision, e.g. superquick googling found one at GitHub.
-
Terminal.Gui – Cross Platform Terminal UI Toolkit for .NET
there is also a port of the "original":
https://github.com/magiblot/tvision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
Elements C++ GUI library
- declarative GUI libraries
-
Digital Audio Workstation Front End Development Struggles
There's a relatively new C++ GUI library literally called "Elements". Not sure how it works though, but the way it looks, and the music background of its creator makes it appear designed for DAWs.
https://github.com/cycfi/elements
-
Introducing Slint 1.0 - The Next-Generation GUI Toolkit with C++20 APIs
Further, if you we want a "modern" C++ GUI framework what actually would be modern would be to use mechanisms in the language itself as a quasi-DSL from within the language. This is something like what Joel de Guzman is doing with Elements
- Can I include cycfi/elements with CMake in any project or must I build up on example projects?
-
Boost.URL ACCEPTED, get the beta now!
It's a complex domain. The closest we have at the moment is Elements which hasn't been proposed for Boost (yet?) but is by Joel de Guzman, the primary author of Boost.Spirit.
-
Is there any MIT/BSD licensed UI framework for C++ ?
I ended up with elements gui https://github.com/cycfi/elements
-
GUI for software, not games, but lighter than Qt ?
If you don't want to use Qt I honestly think your best bet may be to become an early adopter of cycfi elements depending on your project. Elements is still rough but is useable for small applications. I think when it is finished it will be the best choice for a retained mode GUI library, but right now it is missing a lot of things (e.g. the standard common dialogs, "open", "Save as", etc.) , and has basically zero documentation.
-
What are you using for GUIs?
github link
-
Why I choose Electron even when I wanted to use QT
For the past year we were evaluating EFL, QML and Flutter for our embedded TV devices after having used the first two for last 5+ years and choice was made to go with Flutter. Performance is great, license is great, and development experience, judged by the whole development team, is the best. Hence my remark on being sad as QML could have had a great future, even transitioned to modern C++ without need for separate language, if there was a huge adoption and proper choices made by the company, e.g. see https://github.com/cycfi/elements.
What are some 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
FINAL CUT - The modern text-based widget toolkit.
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
ncurses - snapshots of ncurses - see https://invisible-island.net/personal/git-exports.html (no pull requests are accepted)
MyGUI - Fast, flexible and simple GUI.