Scripting: Add AngelScript (#636)

This commit is contained in:
Alexander "Ananace" Olofsson
2018-12-31 04:44:04 +01:00
committed by myd7349
parent f72b037785
commit 9218b02450

View File

@@ -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]