Ruby/Evas -- Evas bindings for Ruby.
Copyright (C) 2002 Evan Martin <martine@cs.washington.edu>

To build:
 $ cd src
 $ ./extconf.rb
 $ make
this generates "evas.so", the module you'll use.

To build documentation:
 $ cd doc
 $ make
this generates "evas.html", the documentation for using the library.

After building, simple tests are in tests/ .  You may need to edit the 
font path / font filename to see anything in these tests.

basic.rb - basic Evas demonstration
nonblock.rb - demonstration of running other processes while Evas is updating
fonts.rb - shows some system fonts
fancy.rb - full demonstration, with animation, images, etc.


To learn how to use it yourself, read the code in tests/ and read the
documentation in doc/evas.html .

For better understanding of Evas, read the Evas documentation at
http://www.enlightenment.org/pages/evas.html .

If you have any questions or comments, feel free to mail me.

