From: Hakki D. <dog...@tr...> - 2007-05-25 16:12:58
|
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 |