samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

Lua FFI support #192

Open ParaMattKoopa opened 3 months ago

ParaMattKoopa commented 3 months ago

would be cool

samyeyo commented 3 months ago

Yes it would 😃 You should be able to use luaFFI module or Alien but it will need to be compiled with Lua 5.4 support

samyeyo commented 3 months ago

I have a working experimental FFI module. It's currently planned to be released once ready