lua-users home
lua-l archive

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


Hello.
I would just like to inform the list that a C++ and Lua binding framework called OOLua has changed hosts and is now available from http://code.google.com/p/oolua/ under a less restrictive licence of MIT.
OOLua is a non intrusive binding which requires no external dependencies, dynamic_casts or RTTI. Binding is done via macros which internally use templates for type safety.
Thanks.