Skip to content

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

Notifications You must be signed in to change notification settings

ShinonomeTN/luabox-kt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages