No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Sam Hocevar 63ecdbf48d * Adapt the Ruby bindings to the event API change. hace 18 años
..
lib * Add Caca::Event#quit? to make tests nicer hace 18 años
t * Add Cucul::Dither (incomplete) hace 18 años
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. hace 18 años
Makefile.am * Install lib/caca.rb hace 18 años
README * Split Ruby documentation out of README hace 18 años
caca-display.c * Adapt the Ruby bindings to the event API change. hace 18 años
caca-display.h * Add Caca and Caca::Display hace 18 años
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) hace 18 años
caca-event.h - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) hace 18 años
caca.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) hace 18 años
common.h * Finish Cucul::Dither hace 18 años
cucul-canvas.c * Finish Cucul::Dither hace 18 años
cucul-canvas.h * Add Cucul::Font hace 18 años
cucul-dither.c * Finish Cucul::Dither hace 18 años
cucul-dither.h * Add Cucul::Dither (incomplete) hace 18 años
cucul-font.c * Add Cucul::Font hace 18 años
cucul-font.h * Add Cucul::Font hace 18 años
cucul.c * Add Cucul::Dither (incomplete) hace 18 años
ruby-caca.dox * Little improvements in ruby doc hace 18 años
ruby-cucul.dox * Little improvements in ruby doc hace 18 años
ruby.dox * Split Ruby documentation out of README hace 18 años
test * Install lib/caca.rb hace 18 años

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 :)