Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this il y a 16 ans
..
lib * Add Caca::Display#canvas il y a 17 ans
t Fix args type checks in Caca::Display.new il y a 16 ans
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. il y a 17 ans
Makefile.am * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that il y a 16 ans
README * Split Ruby documentation out of README il y a 17 ans
caca-display.c Fix args type checks in Caca::Display.new il y a 16 ans
caca-display.h * Add Caca and Caca::Display il y a 17 ans
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) il y a 17 ans
caca-event.h * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. il y a 17 ans
caca.c * Add Caca.version and Cucul.version il y a 17 ans
common.h * Finish Cucul::Dither il y a 17 ans
cucul-canvas.c We should not free the canvas if it was auto created with the display il y a 16 ans
cucul-canvas.h * Add Caca::Display#canvas il y a 17 ans
cucul-dither.c * Finish Cucul::Dither il y a 17 ans
cucul-dither.h * Add Cucul::Dither (incomplete) il y a 17 ans
cucul-font.c * Changed most of the long ints in the API into C99 types. WARNING: this il y a 16 ans
cucul-font.h * Add Cucul::Font il y a 17 ans
cucul.c * Add Caca.version and Cucul.version il y a 17 ans
ruby-caca.dox * Add Caca::Display#canvas il y a 17 ans
ruby-cucul.dox * Add Caca.version and Cucul.version il y a 17 ans
ruby.dox * Split Ruby documentation out of README il y a 17 ans
test * Install lib/caca.rb il y a 17 ans

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