[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: The current state of interfacing Lua with C++ code
- From: "Martin C. Martin" <martin@...>
- Date: Tue, 08 Dec 2009 22:45:54 -0500
Hi,
What libraries would someone recommend for binding Lua to parts of a
large, existing C++ code base? It needs to work in both Windows and
Linux. I'm looking at LuaPlus (I know, it's a lot more than just a C++
binding), but perhaps that's not the place to start?
The "Lua C API" page at:
http://lua-users.org/wiki/BindingCodeToLua
mentions 11 projects; which ones would people suggest I try first, and
are there any that are abandoned or superseded or should otherwise be
left until later?
Best,
Martin