lua-users home
lua-l archive

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


Hello Everyone,

I have been working on bindings for SWIG to the lua language.
The work is not finished by any means, but it is stable and performs basic wrappering ok.

For those who dont know: SWIG (Simplified Wrapper and Interface Generator) is a program to wrapper C/C++ codes to be called from various scripting languages. you can find the site at http://www.swig.org/
It works a lot like tolua, bu 'might' be easier to use.

You can find the code at the following page.
http://www.gossage.cjb.net/swig/
Its not part of SWIG yet and will require a moderate amount of work to patch SWIG and then compile it.

Please have a try on using it and give me some feedback (don't tell me it sucks, tell me why it sucks :-)

Thanks,
Mark Gossage