conrod
Cursive
conrod | Cursive | |
---|---|---|
5 | 22 | |
3,354 | 4,418 | |
0.2% | 1.5% | |
1.8 | 8.8 | |
about 3 years ago | 29 days ago | |
Rust | Rust | |
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.
conrod
- Hey Rustaceans! Got an easy question? Ask here (42/2021)!
-
qoin: gRPC API for MediaPipe
This is a desktop application that a pointer moves in the display following hand moving. It is written in Rust using conrod as the GUI framework. There is no official gRPC implementation, but we can use such as tonic.
-
Rust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021)
Conrod
-
Can you combine piston and conrod libraries?
If anyone is reading this in the future, there is an example at https://github.com/PistonDevelopers/conrod/tree/master/backends/conrod_piston.
-
Dyon – A rusty dynamically typed scripting language
Also check out conrod[0] which is from the same group. One of the really awesome GUI projects in rust that sticks out in my mind.
[0]: https://github.com/PistonDevelopers/conrod
Cursive
-
Projectable: A TUI file manager built for projects
Rust has great libraries for TUIs. tui-rs (https://github.com/fdehau/tui-rs) has been used in numerous popular applications, but is unmaintained. ratatui (https://github.com/tui-rs-revival/ratatui) is the maintained version, and is pretty new. Less widely known is cursive (https://github.com/gyscos/cursive), which I have yet to try.
Aside from the libraries, I just wanted to start a project that would make be better at Rust. The easy distribution with cargo is a huge bonus though.
- cursive: A Text User Interface library for the Rust programming language
-
How difficult is ncurses?
There are plenty of terminal UI libraries that are actually nice to work with. For Python, there's Textual and PyTermGUI. For Rust, there's ratatui and Cursive (or, if you want something a bit lower level, crosster or termion). For Go, there's bubbletea.
-
AMDGPU_TOP v0.1.2 - switch to crossterm-backend, add simple fdinfo viewer
Switching the backend of Cursive to crossterm removed dependence on ncurses
-
Appreciation post
I'd hear of TUIs so I just searched for tui libraries in Rust and Cursive seemed like a good choice and it turned out great!
-
Sharing Saturday #455
This weekend I started porting my game to a different UI library (egui) as a way of familiarizing myself with egui. I don't think I'll have something useable to build off of before this year's 7DRL challenge so I guess I'll be reusing my existing UI code (using cursive). But, once I finish porting the UI it should be a lot easier to add fancy stuff like animations, tooltips, and graphical tiles since I won't be tied to constraints of a terminal UI.
-
CLIs and TUIs packages
Cursive should let you easily build a layout with a menu and status bars (and mouse works).
-
Dwarf Fortress – randomly generated, persistent fantasy world
The thing that gets me about Dwarf Fortress is that it's a 64-bit text-mode game.
As a grey-haired developer who got excited about "DOS Extenders" that allowed 32-bit mode, seeing a text-mode game written as a native 64-bit application is bizarrely anachronistic.
I get a similar feeling from text-mode GUI frameworks for Rust, which allow multi-threading and 64-bit but are essentially clones of Borland Turbo Vision, where you had to be mindful to keep lists smaller than 64KB: https://github.com/gyscos/cursive
-
How to maintain app state in an app using Cursive
Maybe this helps?
-
Rust TUI libraries
cursive
What are some alternatives?
imgui-rs - Rust bindings for Dear ImGui
tui-rs - Build terminal user interfaces and dashboards using Rust
Native Windows GUI - A light windows GUI toolkit for rust
rust-sciter - Rust bindings for Sciter
Azul - Desktop GUI Framework
Termion - Mirror of https://gitlab.redox-os.org/redox-os/termion
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
ncurses-rs - A low-level ncurses wrapper for Rust
libui-rs - Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`
rustbox - Rust implementation of the termbox library
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
Slint - Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]