lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Lua-swig is based on the well known swig wrapper generator and it implements
a module for code generation for Lua 4.0.
Lua-swig was previously part of the Lua-gnome project, but is can be useful 
by itself to wrap any C/C++ library. 
Example of use is obviously Lua-gnome, which includes wrappers for the
gtk+ library, the gnome libraries, the ghttp library, the gtkhtml widget,
the mySQL database (see <http://luagnome.free.fr/>).

Lua-swig is available at <http://luagnome.free.fr/pub/luaswig-1.2.tar.bz2>

Feedback is welcome!