I am looking to embed Lua into my C# application and i thought there was a wrapper around the lua API for C#, but don't remember what it is. Can someone point me in it's direction?
+3
A:
I believe LuaInterface is the most popular one for C#. If I'm wrong, I'm sure someone will correct me.
There's a little more information (from Lua's developers) on integrating Lua and .NET, on the Lua website.
Mark Rushakoff
2009-08-16 07:07:34
lablua isn't *the* lua website but is pretty much the hub for all lua/CLR integration
ShuggyCoUk
2009-08-16 08:04:24