Login Required. Sign up now -- its free!

Projects tagged ‘ncurses’ and ‘text’


Jump to tag:

Projects tagged ‘ncurses’ and ‘text’

Filtered by Project Tags ncurses text

Refine results Project Tags console (5) curses (5) ui (3) shell (2) python (2) linux (2) text-mode (2) textui (2) gui (2) players (1) libcaca (1) highlight (1)

[7 total ]

3 Users
 

Created about 1 year ago.

0 Users

console email client written in python which has similar functionlity to gmail (tags, filters, converstaions)
Created 11 months ago.

0 Users

tabi..
Created 12 months ago.

0 Users

This program supplies a text interface of easy usage to computers with low resources for a GUI.
Created 12 months ago.

0 Users

The aim is to write a bomberman clone that can operate on any Linux box with ncurses. I've written a very rough version (complete with needles threads and bugs) and have plans and time to turn it into ... [More] a more solid server/client model using UDP over BSD ports. The dictum for the design is for it to be simple and portable, and the same feel goes for the gameplay; 2 types of powerup only for now (bombs/flames). I adore Super Bomberan for the SNES and a highly influenced by it. [Less]
Created 12 months ago.

0 Users

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 located in my home git (may ... [More] be offline, but unlikely). GitWeb (git://jiss.convex.ru/termbox.git) Also I have uploaded a snapshot from git (in case if git will be offline). And I will continue 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]
Created 12 months ago.

0 Users

LastBASH is a console/terminal based player for Last.fm written in Bash.
Created 12 months ago.