[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: OOLua C++ and Lua binding
- From: liam mail <liam.list@...>
- Date: Sat, 21 Nov 2009 12:40:21 +0000
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.