Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this před 16 roky
..
lib * Add Caca::Display#canvas před 17 roky
t Fix args type checks in Caca::Display.new před 16 roky
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. před 17 roky
Makefile.am * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that před 16 roky
README * Split Ruby documentation out of README před 17 roky
caca-display.c Fix args type checks in Caca::Display.new před 16 roky
caca-display.h * Add Caca and Caca::Display před 17 roky
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) před 17 roky
caca-event.h * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. před 17 roky
caca.c * Add Caca.version and Cucul.version před 17 roky
common.h * Finish Cucul::Dither před 17 roky
cucul-canvas.c We should not free the canvas if it was auto created with the display před 16 roky
cucul-canvas.h * Add Caca::Display#canvas před 17 roky
cucul-dither.c * Finish Cucul::Dither před 17 roky
cucul-dither.h * Add Cucul::Dither (incomplete) před 17 roky
cucul-font.c * Changed most of the long ints in the API into C99 types. WARNING: this před 16 roky
cucul-font.h * Add Cucul::Font před 17 roky
cucul.c * Add Caca.version and Cucul.version před 17 roky
ruby-caca.dox * Add Caca::Display#canvas před 17 roky
ruby-cucul.dox * Add Caca.version and Cucul.version před 17 roky
ruby.dox * Split Ruby documentation out of README před 17 roky
test * Install lib/caca.rb před 17 roky

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