Search found 3 matches

by mhxiy
Fri Dec 13, 2024 1:45 am
Forum: Support and Development
Topic: How to use Lua FFI on Android with custom .so's Packaged on the .love
Replies: 3
Views: 791

Re: How to use Lua FFI on Android with custom .so's Packaged on the .love

Thanks so much for the link! I'd thought about doing just that as I was learning about how android handled data but did not have the confidence or technical knowledge to go through with it. I'll definitely be trying this soon. Thanks so much ^^
by mhxiy
Wed Dec 11, 2024 7:47 pm
Forum: Support and Development
Topic: WebSocket on love-android
Replies: 5
Views: 3058

Re: WebSocket on love-android

Paltze wrote: Fri Dec 31, 2021 6:51 am Can you please explain in detail how to compile to *.so file and where exactly to place them? Thank you so much for you help.
Looking for this 3 years in the future now, lol. Would appreciate an answer to this if you managed to figure it out. Much love
by mhxiy
Wed Dec 11, 2024 7:43 pm
Forum: Support and Development
Topic: How to use Lua FFI on Android with custom .so's Packaged on the .love
Replies: 3
Views: 791

How to use Lua FFI on Android with custom .so's Packaged on the .love

I've used android NDK to make compile shared libraries which I intend to run on Love2d. They work fine and their code is fine. The problem comes into play because I don't know proper way to use ffi.load argument, I've tried the name of the library, no extension, with, with source path and putting it...