[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: AW: Official C++ lua
- From: "Itterheim, Steffen" <sitterheim@...>
- Date: Tue, 22 May 2007 09:18:23 +0100
Hello and welcome! :)
Lua compiles fine in C++
C wasn't invented until late in the 20th century ;p
I suppose you're looking for a C++ wrapper for Lua? A quick google search came up with this minimal Lua C++ wrapper: http://nikopol0.alrj.org/or_lua/
There are others out there like toLuaxx http://toluaxx.luaforge.net/ but i have no personal experience with them, we wrote our own custom wrapper. Hope that helps!
-----Ursprüngliche Nachricht-----
Von: lua-bounces@bazar2.conectiva.com.br [mailto:lua-bounces@bazar2.conectiva.com.br] Im Auftrag von Christophe Delépine
Gesendet: Dienstag, 22. Mai 2007 10:10
An: lua@bazar2.conectiva.com.br
Betreff: Official C++ lua
Hi,
I am a new user of lua.
I would like to know if a C++ API is planned for lua.
C interface is a bit 19th century...
Thanks