ncurses-rs
A low-level ncurses wrapper for Rust (by jeaye)
nfd2
OS native dialogs for Windows, MacOS, and Linux (by EmbarkStudios)
ncurses-rs | nfd2 | |
---|---|---|
5 | - | |
690 | 32 | |
- | - | |
5.7 | 3.2 | |
7 months ago | over 3 years ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
ncurses-rs
Posts with mentions or reviews of ncurses-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-22.
- Ncurses-rs has been archived
-
Is there any way to host an executable/application REMOTELY that anyone with a terminal can run/interact with without any installation? Currently, I'm limited to CURLable web scripts, but those are tedious and don't have interactable menus or animations or anything.
Which language do you use? Here is a Rust implementation of an SSH server. It handles opening the port to listen, creating the client connection, and retrieving data from the client (using getch). Then you can funnel that to an NCurses libraryand send the output back to the user
-
Hey Rustaceans! Got an easy question? Ask here (39/2021)!
Maybe this https://crates.io/crates/ncurses can help.
- Terminal application development
-
Hey Rustaceans! Got an easy question? Ask here (13/2021)!
There is a Dependents tab on each crate. Dependents of ncurses: https://crates.io/crates/ncurses/reverse_dependencies
nfd2
Posts with mentions or reviews of nfd2.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning nfd2 yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing ncurses-rs and nfd2 you can also consider the following projects:
Cursive - A Text User Interface library for the Rust programming language
nfd-rs - OS-native file dialogs on Linux, OS X and Windows
Termion - Mirror of https://gitlab.redox-os.org/redox-os/termion
Native Windows GUI - A light windows GUI toolkit for rust
QML-rust - QML (Qt Quick) bindings for Rust language
druid - A data-first Rust-native UI design toolkit.