lua-users home
lua-l archive

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


I saw that a few people have created their own versions of wxLua to
suit their own needs, as I had. I hope that with the new project at
wxlua.sourceforge.net that we can try to combine our efforts to fix
bugs and make it a little more extensible for everyone. It would be
nice to get some of the issues with wxLua mentioned on this list
fixed, but we can't fix them if we don't know what they are...

If you're interested, you can post to the wxlua-users mailing list at SF.

The current state of wxlua.sf.net:

All the code is in CVS, no distributions yet.

Replaced bindings with a new mechanism that uses #if statements to
allow the code to compile in any platform and build setting.

New build mechanism using bakefile so that it builds on any platform
and compiler that wxWidgets does.

Reshuffled code around to make it more modular.


There's lots of little things todo and of course tests with this new
binding and build system. It currently does compile and run the editor
though.

Regards,
    John Labenski