Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

termbox

Compare

  Analyzed about 15 hours ago

Termbox library is a simple and clean ncurses alternative. Of course everything has it's own price. In this case it's portability and stability. Currently all sources are hosted on github: GitHub (git://github.com/nsf/termbox.git) Also I have uploaded a snapshot from git. And I will continue ... [More] to do it from time to time. Screenshot - demo program 'keyboard': The interface only consists of 12(!) functions. tb_init() // initialization tb_shutdown() // shutdown tb_width() // width of the terminal screen tb_height() // height of the terminal screen tb_clear() // clear buffer tb_present() // sync internal buffer with terminal tb_put_cell() tb_change_cell() tb_blit() // drawing functions tb_select_input_mode() // change input mode tb_peek_event() // peek a keyboard event tb_poll_event() // wait for a keyboard eventIt's extremly easy to use and fast to learn. I bet you can fully understand principles of this library in a day. [Less]

2.2K lines of code

4 current contributors

about 5 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

libmabuff

Compare

  Analyzed about 13 hours ago

libmabuff is a simple C++ TUI library for Linux. It is based on customized termbox (github.com/nsf/termbox). It might be called an 'ncurses alternative', however, it doesn't provide such functionality. On the other hand, it's much easier to learn and use! Its base elements are Zones of text. You can ... [More] do some neat "graphic" effects with them, e.g. make borders automatically or adopt color from a zone below (yes, zones are layerable). It's still in active development, however, it can be used for writing TUI applications already. See "DOCUMENTATION" for API reference (and a feature overview). Note: the code line counter doesn't count termbox code, as it is not my work (except for a few changes). [Less]

1.49K lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

zui

Compare

  No analysis available

Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh and its Zcurses. A text editor can be created in 30 minutes. Available are buttons, list-boxes, text-fields, toggles, anchors and CGI+DHTML-like event loop.

0 lines of code

1 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3, mit