Lua Wrapper for C#? [closed]

﹥>﹥吖頭↗ 提交于 2019-12-18 12:12:36

问题


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?


回答1:


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.

Update:
As of April 2013, the primary developer announced that the project was stalling due to other committements, and has pointed new developments to NLua instead.



来源:https://stackoverflow.com/questions/1283641/lua-wrapper-for-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!