An open API service indexing awesome lists of open source software.

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.

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`