NLua/NLuaBox

How to add Lua modules / packages e.g. lua socket ?

Opened this issue · 2 comments

Hi

I’m new to coding and Lua, and I’ve just came across your app (many thanks for releasing it, while still early days, it’s really great !)

One thing I’d like to do is load modules/packages e.g to try http.requests , how can I do that with NLuaBox?

I guess you would have to add manually and build your own version and side loaded it 😕

I haven't update the app in a long time, was more a simple show case to demo NLua feature with Xamarin

Many thanks for responding..

I’d be intrigued how I would do that for iOS , I could likely work out the side-load part, but it would be the build aspect where I would not know where to start .. can you advise what to do ?