From 9289b48047e934c91def54d9c00e1f00773545ee Mon Sep 17 00:00:00 2001 From: GGorAA Date: Sat, 12 Mar 2022 15:50:27 +0200 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) 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.