AngelCode.com > Reference Database

SDKs & libraries/Scripting

Admin  17
ASP components  4
Audio  5
Documentation  12
File management  10
Graphics  6
  3D modeler  18
  Images & textures  13
Installer  3
Miscellaneous  7
Programming utilities  29
SDKs & libraries  16
  Audio  4
  Compression  1
  Graphics  11
    Engines  8
    Image  8
  Physics  7
  Scripting  10
Source control  3

AngelScript
A free library with compiler and virtual machine capable of executing script written in the AngelScript language. Includes source code.

Python Language Website

Ruby Home Page

The programming language Lua
A very popular light-weight and embeddable scripting library.

GameMonkey
Free scripting library.

Squirrel
Free scripting library

The Pawn Language
A scripting language, inspired by C. Previously known as Small.

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.

Run-time type reflection
Axel Menzel
A library that provides support for run-time type reflection to C++ application. It works by registering the type information with the engine at application start-up, using a simple syntax.

libffi
A Portable Foreign Function Interface Library