From 7b681b6f2199f38be3744aa2aef6299aa103e4cc Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 1 Nov 2018 12:05:05 +0800 Subject: [PATCH] Scripting: Add sol2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef29b15..d3c8eea 100644 --- a/README.md +++ b/README.md @@ -641,6 +641,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua * [nbind](https://github.com/charto/nbind) - Magical headers that make your C++ library accessible from JavaScript. [MIT] * [pybind11](https://github.com/pybind/pybind11) - Seamless operability between C++11 and Python. [BSD] * [SIP](https://riverbankcomputing.com/software/sip/intro) - C or C++ Bindings Generator for Python v2 and v3. [GPL] +* [sol2](https://github.com/ThePhD/sol2) - A C++ <-> Lua API wrapper with advanced features and top notch performance. [MIT] * [SWIG](https://github.com/swig/swig) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed] [website](http://www.swig.org/) * [V7](https://github.com/cesanta/v7) - An embedded JavaScript engine. [GPL2] * [V8](http://code.google.com/p/v8/) - A fast JavaScript engine by Google that can be embedded into any C++ application. [BSD]