Page 1 of 1

My automatic class wrapper for luabind thing

Posted: Sun Jun 27, 2010 12:32 pm
by Zer0XoL
I made a program that can make lua wrap code to wrap classes for luabind, it asks you for what the lua state is named and the class and its functions and variables.
I figured someone might want to use it to port their own classes to lua, it saves the code to a text file that you just copy. The source code is real crappy(tell me if you want it C++).
Here it is: http://www.box.net/shared/x9enzqa2x3
tell me what you think :)