https://github.com/durobot/catsay-ncurses
A variation of catsay-tui project, as found in the book "Practical Rust Projects Building Game, Physical Computing, and Machine Learning Applications" by Shing Lyu.
https://github.com/durobot/catsay-ncurses
Last synced: 3 months ago
JSON representation
A variation of catsay-tui project, as found in the book "Practical Rust Projects Building Game, Physical Computing, and Machine Learning Applications" by Shing Lyu.
- Host: GitHub
- URL: https://github.com/durobot/catsay-ncurses
- Owner: Durobot
- Created: 2021-06-08T06:50:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T13:10:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T06:53:57.014Z (3 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# catsay-ncurses
A variation of catsay-tui project, as found in the book "Practical Rust Projects Building Game, Physical Computing, and Machine Learning Applications" by Shing Lyu.The original version of this project (and other projects from the book) is at https://github.com/apress/practical-rust-projects
In order to build this project, you must have the development version of **ncurses** library installed. On Ubuntu it can be installed with `sudo apt install libncursesw5-dev`