#
ncurses
Here are 34 public repositories matching this topic...
alok
commented
Jul 9, 2018
ranger-like terminal file manager written in Rust
-
Updated
May 13, 2020 - Rust
Open
Update README
mb64
commented
Apr 22, 2020
The example in the README fails to compile:
error[E0061]: this function takes 0 arguments but 2 arguments were supplied
--> src/main.rs:17:35
|
17 | io::stdout().write_all(&flash.expand(&[], &mut Default::default()).unwrap()).unwrap();
| ^^^^^^ --- ----------------------- supplied 2 arguments
| |
|
Open
Add a README
jonas-schievink
commented
Jan 27, 2017
It should contain basic information (how to compile/run, etc) as well as at least one screenshot (since this is more or less a graphical program).
Lazy Hacker Editor. Because nothing beats the eficiency of writing code already written. This is that kind of editor. Just for real hackers.
-
Updated
Apr 23, 2020 - Rust
Pomodoro CLI and Electron timer written in Rust.
-
Updated
Mar 15, 2020 - Rust
[ABANDONED] 🎮 A 2D text based game engine written in Rust
game
rust
json
game-engine
game-2d
ncurses
curses
command-line-interface
text-based-game-engine
ncurses-tui
pancurses
-
Updated
Sep 9, 2019 - Rust
ASCII Roguelike exercise written in Rust with ncurses-rs. Features A* pathfinding, procedural generation.
-
Updated
Nov 14, 2018 - Rust
Implementation of the popular board game »Tempo, kleine Schnecke« in Rust
-
Updated
Mar 10, 2018 - Rust
-
Updated
May 4, 2020 - Rust
Sef guided game of snake using ncurses and rust
-
Updated
Dec 8, 2019 - Rust
Improve this page
Add a description, image, and links to the ncurses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ncurses topic, visit your repo's landing page and select "manage topics."
I'm asking for help.
Problem description
Hi.
I'm trying to build a timed countdown with cursive. 25, 24, 23 .... 0 in seconds.
I've made an atempt by using the Mutation example: https://github.com/gyscos/cursive/blob/master/examples/mutation.rs