Hi,

(In case you're not following Lua list)

(Warning! This is a test release. There are too many "not implemented" 
messages and TODO's.)

- Binding for Cairo-1.4.6
- Source included
- Win32 binary included, compiled with Mingw
- There is a snippet runner app, written with wxLua
- Code::Blocks project file for cairo included
   (It's a XML file, you may edit before usage)
- lcario creates two -namespace- tables:
       cairo - for functions
       CAIRO - for constants, enums

    this simplifies translating C code to Lua, ie:
       cairo_set_operator (cr, CAIRO_OPERATOR_ADD);
    becomes:
       cairo.set_operator (cr, CAIRO.OPERATOR_ADD)
- Unzip somewhere, run run.bat :)

You can get it here:
http://www.dogusan.net/dogusanh/download/luacairo.zip (3206Kb)


--
Regards,
Hakki Dogusan

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to