Parrot An open source VM designed to be able to be used by any scripting language. DynCall library Daniel Adler, Tassilo Philipp This library implements support for dynamically calling C/C++ functions and methods, by pushing arguments on a virtual stack and then invoking the function. It is similar to how AngelScript internally calls C/C++ functions and methods. Adding AngelScript to a Game Jan, 2014 - Dominque Douglas A well written tutorial on how to integrate AngelScript in a game. |