vote up 0 vote down star

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?

flag

Multiple results on google.com/search?q=C%23+lua – Dykam Aug 16 at 7:04

1 Answer

vote up 3 vote down check

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.

link|flag
1  
lablua isn't the lua website but is pretty much the hub for all lua/CLR integration – ShuggyCoUk Aug 16 at 8:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.