You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pascal Terjan 641656e902 * Little improvements in ruby doc пре 18 година
..
lib * Add Caca::Event#quit? to make tests nicer пре 18 година
t * Add Cucul::Dither (incomplete) пре 18 година
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. пре 18 година
Makefile.am * Install lib/caca.rb пре 18 година
README * Split Ruby documentation out of README пре 18 година
caca-display.c * Use to_i on the event mask, it is not always an Integer пре 18 година
caca-display.h * Add Caca and Caca::Display пре 18 година
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) пре 18 година
caca-event.h - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) пре 18 година
caca.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) пре 18 година
common.h * Finish Cucul::Dither пре 18 година
cucul-canvas.c * Finish Cucul::Dither пре 18 година
cucul-canvas.h * Add Cucul::Font пре 18 година
cucul-dither.c * Finish Cucul::Dither пре 18 година
cucul-dither.h * Add Cucul::Dither (incomplete) пре 18 година
cucul-font.c * Add Cucul::Font пре 18 година
cucul-font.h * Add Cucul::Font пре 18 година
cucul.c * Add Cucul::Dither (incomplete) пре 18 година
ruby-caca.dox * Little improvements in ruby doc пре 18 година
ruby-cucul.dox * Little improvements in ruby doc пре 18 година
ruby.dox * Split Ruby documentation out of README пре 18 година
test * Install lib/caca.rb пре 18 година

README

This a Ruby binding for libcucul and libcaca.

You can play with it by doing require 'caca' or require 'cucul' and looking at
the Cucul and Caca modules, or maybe read the documentation :)