Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this vor 17 Jahren
..
lib * Add Caca::Display#canvas vor 18 Jahren
t Fix args type checks in Caca::Display.new vor 17 Jahren
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. vor 18 Jahren
Makefile.am * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that vor 17 Jahren
README * Split Ruby documentation out of README vor 18 Jahren
caca-display.c Fix args type checks in Caca::Display.new vor 17 Jahren
caca-display.h * Add Caca and Caca::Display vor 18 Jahren
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) vor 18 Jahren
caca-event.h * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. vor 18 Jahren
caca.c * Add Caca.version and Cucul.version vor 18 Jahren
common.h * Finish Cucul::Dither vor 18 Jahren
cucul-canvas.c We should not free the canvas if it was auto created with the display vor 17 Jahren
cucul-canvas.h * Add Caca::Display#canvas vor 18 Jahren
cucul-dither.c * Finish Cucul::Dither vor 18 Jahren
cucul-dither.h * Add Cucul::Dither (incomplete) vor 18 Jahren
cucul-font.c * Changed most of the long ints in the API into C99 types. WARNING: this vor 17 Jahren
cucul-font.h * Add Cucul::Font vor 18 Jahren
cucul.c * Add Caca.version and Cucul.version vor 18 Jahren
ruby-caca.dox * Add Caca::Display#canvas vor 18 Jahren
ruby-cucul.dox * Add Caca.version and Cucul.version vor 18 Jahren
ruby.dox * Split Ruby documentation out of README vor 18 Jahren
test * Install lib/caca.rb vor 18 Jahren

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