NLua / NLuaBox

NLua iOS Application
MIT License
14 stars 3 forks source link

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

Open nodecentral opened 2 years ago

nodecentral commented 2 years ago

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?

viniciusjarina commented 2 years ago

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

nodecentral commented 2 years ago

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 ?