diff --git a/readme.md b/readme.md index 5b00b47..17f7c45 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,7 @@ Inspired by the lists [awesome](https://github.com/sindresorhus/awesome), [aweso - [golua](https://github.com/aarzilli/golua) - Golang bindings to the Lua C API. - [GopherLua](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler implemented in Go with Go APIs. - [LuaBridge](https://github.com/vinniefalco/LuaBridge) - A lightweight library for mapping data, functions, and classes back and forth between C++ and Lua. +- [LuaKit](https://github.com/ggoraa/LuaKit) - A Swift SPM framework for running and managing Lua code from Swift. Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees performance drop by roughly a factor of 6 with each hop.