nlua -- namespace Lua. nlua provides a C++ binding to Lua. The API is simple and reads like the C++ version of Lua`s official C-API.
Categories
LibrariesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow nlua
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I can't testify one way or the other how good NLua is. When I found LuaInterface there was as very poor tutorial which didnt' explain much, but at least gave enough examples from which I was finally able to figure out how to access the .NET Framework, including Windows Forms and WPF, from native Lua scripts. The NLua authors claim that NLua " is the bind between Lua and .NET." but haven't yet shown how that is done. It is great to show how embed Lua in C# code, am sure that for many that is helpful. But I am a programmer that does it in the other direction so those examples are meaningless to me. If and when the authors see fit to include examples (a one-to-one replacement of the examples for LuaInterface mentioned above would be a start) so that I can use NLua from native Lua scripts (if you are wondering why I want to do this, consider that many game clients use Lua as the scripting language so adding .NET capabilities to scripts is something to be desired) then I will be able to give a positive review.