Welcome to TCG Creation, where you can ask questions and receive answers from other members of the community.

Java Lua Prototype

3 like 0 dislike

Okay, this is not really a question, but I wanted to show you a prototype I made today to connect Java and Lua.

You'll need Java 8 to be able to run it and you can find releases on https://github.com/skiwi2/JavaLuaInteropTest/releases

Example screenshot:

It technically works by compiling the Lua code you type there to Java bytecode, and then calling the "applyFunction" function on that.

 

asked Aug 7, 2014 by skiwi (500 points)

1 Answer

0 like 0 dislike
Many thanks for this example. It helped me learn LuaJ
answered Aug 24, 2014 by SimonAndréForsberg (2,670 points)
...