From cd10802e68126e5b0efc320c0df634557cf67a56 Mon Sep 17 00:00:00 2001 From: toge Date: Tue, 9 Jan 2024 01:34:05 +0900 Subject: [PATCH] Add LuaBridge3 (binder Lua, LuaJIT, Luau and Ravi to C++) (#1489) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6d6c53..fc7f2fd 100644 --- a/README.md +++ b/README.md @@ -999,6 +999,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libffi](https://github.com/libffi/libffi) - A portable foreign-function interface library. [MIT] [website](https://sourceware.org/libffi/) * [Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. [MIT] * [LuaBridge](https://github.com/vinniefalco/LuaBridge) - A lightweight, dependency-free library for binding Lua to C++. [MIT] +* [LuaBridge3](https://github.com/kunitoki/LuaBridge3) - A lightweight, dependency-free library for binding Lua, LuaJIT, Luau and Ravi to C++. [MIT] * [luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. [MIT] * [nbind](https://github.com/charto/nbind) - Magical headers that make your C++ library accessible from JavaScript. [MIT] * [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/)