Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zdennis/ncurses_examples

Examples and comments of how-to use Ncurses with ruby, based on the examples from the book "Programmers Guide To nCurses" by Dan Gookin
https://github.com/zdennis/ncurses_examples

Last synced: about 2 months ago
JSON representation

Examples and comments of how-to use Ncurses with ruby, based on the examples from the book "Programmers Guide To nCurses" by Dan Gookin

Awesome Lists containing this project

README

        

These examples are based on the book Programmer's Guide to nCurses by Dan Gookin. The book by Gookin was written targeted for C, and these examples are targeted for the Ncurses wrapper library in Ruby.

These are not to explain or introduce nCurses or its ruby library. I am simply sharing my journey of learning about nCurses with you by providing the examples free of charge. In my search for using nCurses I have seen a lot of questions asked and not very many answers given. Perhaps these examples will help provide some clarification.

If they do provide help for you I'd love to know!

[email protected]