MovingBlocks / JNLua

Fork of JNI-based Lua scripting language integration for the JVM
MIT License
18 stars 22 forks source link

About whether there will be the latest version (Lua 5.4.4) compatible #10

Open Bannyfelt13 opened 2 years ago

Bannyfelt13 commented 2 years ago

I would like to know if it is still in a development stage or has been abandoned Or are we still able to get an update or we just have to do it ourselves

jdrueckert commented 1 year ago

@pollend can you comment on this?

asiekierka commented 1 year ago

If this helps, I used to maintain a fork of JNLua back with the original project it came from, OpenComputers: https://github.com/MightyPirates/OC-JNLua - it's no longer particularly active, but it's much newer than the fork I made for MovingBlocks.

The latest version supports Lua 5.2, 5.3 and 5.4 (5.4.4 - there's a blocker for updating to 5.4.6) on Windows x86/x64, Linux x86/x64/ARMv6/AArch64, Darwin/macOS x64/AArch64, and FreeBSD x64.

https://asie.pl/javadeps/OC-JNLua-20230530.0.jar https://asie.pl/javadeps/OC-JNLua-Natives-20220928.1.jar

The repository above also contains a Zig-based toolchain build script that covers all platforms except FreeBSD.