選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this 16年前
..
lib * Add Caca::Display#canvas 17年前
t Fix args type checks in Caca::Display.new 16年前
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. 17年前
Makefile.am * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 16年前
README * Split Ruby documentation out of README 17年前
caca-display.c Fix args type checks in Caca::Display.new 16年前
caca-display.h * Add Caca and Caca::Display 17年前
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) 17年前
caca-event.h * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. 17年前
caca.c * Add Caca.version and Cucul.version 17年前
common.h * Finish Cucul::Dither 17年前
cucul-canvas.c We should not free the canvas if it was auto created with the display 16年前
cucul-canvas.h * Add Caca::Display#canvas 17年前
cucul-dither.c * Finish Cucul::Dither 17年前
cucul-dither.h * Add Cucul::Dither (incomplete) 17年前
cucul-font.c * Changed most of the long ints in the API into C99 types. WARNING: this 16年前
cucul-font.h * Add Cucul::Font 17年前
cucul.c * Add Caca.version and Cucul.version 17年前
ruby-caca.dox * Add Caca::Display#canvas 17年前
ruby-cucul.dox * Add Caca.version and Cucul.version 17年前
ruby.dox * Split Ruby documentation out of README 17年前
test * Install lib/caca.rb 17年前

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