ShinonomeTN / luabox-kt

Lua runtime on JVM written in Kotlin. Based on LuaJ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaBox Kt

Lua runtime on JVM written in Kotlin. Based on LuaJ.

Usage

val luabox = LuaBox.default()
val result = luabox.load("return 1 + 2", createLuaEnvironment()).call()
println(result.toString())

Because LuaJ is such ancient that I need to rewrite many things to make things work in modern style.

Still in progress, also documents.

About

Lua runtime on JVM written in Kotlin. Based on LuaJ.


Languages

Language:Kotlin 100.0%