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 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this hace 16 años
..
lib * Add Caca::Display#canvas hace 17 años
t Fix args type checks in Caca::Display.new hace 16 años
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. hace 17 años
Makefile.am * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that hace 16 años
README * Split Ruby documentation out of README hace 17 años
caca-display.c Fix args type checks in Caca::Display.new hace 16 años
caca-display.h * Add Caca and Caca::Display hace 17 años
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) hace 17 años
caca-event.h * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. hace 17 años
caca.c * Add Caca.version and Cucul.version hace 17 años
common.h * Finish Cucul::Dither hace 17 años
cucul-canvas.c We should not free the canvas if it was auto created with the display hace 16 años
cucul-canvas.h * Add Caca::Display#canvas hace 17 años
cucul-dither.c * Finish Cucul::Dither hace 17 años
cucul-dither.h * Add Cucul::Dither (incomplete) hace 17 años
cucul-font.c * Changed most of the long ints in the API into C99 types. WARNING: this hace 16 años
cucul-font.h * Add Cucul::Font hace 17 años
cucul.c * Add Caca.version and Cucul.version hace 17 años
ruby-caca.dox * Add Caca::Display#canvas hace 17 años
ruby-cucul.dox * Add Caca.version and Cucul.version hace 17 años
ruby.dox * Split Ruby documentation out of README hace 17 años
test * Install lib/caca.rb hace 17 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 :)