WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
361 stars 27 forks source link

Feature Request:can you add luasocket ? #144

Closed boruis closed 6 months ago

boruis commented 1 year ago

can you add luasocket? i need this ,but don't know how to integrate. https://github.com/lunarmodules/luasocket

Trey2k commented 1 year ago

Hello! So there is currently some issues regarding loading native C lua libraries with thus module. You can read about that here https://github.com/WeaselGames/godot_luaAPI/issues/100#issuecomment-1595558929

I am hoping you find a resolution for the issue in 2.1 hopefully. Until then though the only way to integrate with it would probably be to staticly compile it with the rest of luaAPI.

boruis commented 1 year ago

ok, thanks for your reply, i will try to staticly compile it with the luaAPI.

Trey2k commented 1 year ago

ok, thanks for your reply, i will try to staticly compile it with the luaAPI.

Sounds good, feel free to join the discord if you need help with it.

Trey2k commented 6 months ago

Support for this should of been added with #178. If any issues arise feel free to reopen.