From 9218b02450fdedbd3b969198a004d00d7aed67aa Mon Sep 17 00:00:00 2001 From: "Alexander \"Ananace\" Olofsson" Date: Mon, 31 Dec 2018 04:44:04 +0100 Subject: [PATCH] Scripting: Add AngelScript (#636) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddb5894..59e336c 100644 --- a/README.md +++ b/README.md @@ -654,6 +654,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua ## Scripting +* [AngelScript](https://www.angelcode.com/angelscript/) - AngelScript is a game-oriented interpreted/compiled scripting language. [zlib] * [Boost.Python](http://www.boost.org/doc/libs/1_65_1/libs/python/doc/html/index.html) - A C++ library which enables seamless interoperability between C++ and the Python programming language. [Boost] * [cppimport](https://github.com/tbenthompson/cppimport) - Import C++ files directly from Python! [MIT] * [CppSharp](https://github.com/mono/CppSharp) - Tools and libraries to glue C/C++ APIs to high-level languages. [MIT]