Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Sam Hocevar 63ecdbf48d * Adapt the Ruby bindings to the event API change. 17 anos atrás
..
lib * Add Caca::Event#quit? to make tests nicer 17 anos atrás
t * Add Cucul::Dither (incomplete) 17 anos atrás
.gitignore * Autotoolified the Ruby bindings. Use --enable-ruby. 17 anos atrás
Makefile.am * Install lib/caca.rb 17 anos atrás
README * Split Ruby documentation out of README 17 anos atrás
caca-display.c * Adapt the Ruby bindings to the event API change. 17 anos atrás
caca-display.h * Add Caca and Caca::Display 17 anos atrás
caca-event.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) 17 anos atrás
caca-event.h - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) 17 anos atrás
caca.c - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) 17 anos atrás
common.h * Finish Cucul::Dither 17 anos atrás
cucul-canvas.c * Finish Cucul::Dither 17 anos atrás
cucul-canvas.h * Add Cucul::Font 17 anos atrás
cucul-dither.c * Finish Cucul::Dither 17 anos atrás
cucul-dither.h * Add Cucul::Dither (incomplete) 17 anos atrás
cucul-font.c * Add Cucul::Font 17 anos atrás
cucul-font.h * Add Cucul::Font 17 anos atrás
cucul.c * Add Cucul::Dither (incomplete) 17 anos atrás
ruby-caca.dox * Little improvements in ruby doc 17 anos atrás
ruby-cucul.dox * Little improvements in ruby doc 17 anos atrás
ruby.dox * Split Ruby documentation out of README 17 anos atrás
test * Install lib/caca.rb 17 anos atrás

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