Home » Developing U++ » UppHub » AngelScript - AngelCode Scripting Library
AngelScript - AngelCode Scripting Library [message #34353] |
Fri, 18 November 2011 10:37  |
Sender Ghost
Messages: 301 Registered: November 2008
|
Senior Member |
|
|
Homepage:
http://www.angelcode.com/angelscript/
License:
zlib
Version:
2.30.0 (February 22nd, 2015)
Description:
The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.
Efforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality.
For the script writer the scripting language follows the widely known syntax of C/C++, but without the need to worry about pointers and memory leaks. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application.
Documentation:
http://www.angelcode.com/angelscript/documentation.html
In the attachments you could find AngelScript source code, add-ons, samples, converted to U++ packages and documentation.
To note:
There were minor changes for include files for original sources to adapt for U++ package structure.
Edit: Updated to 2.30.0 version.
[Updated on: Wed, 29 April 2015 23:00] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Apr 27 20:03:46 CEST 2025
Total time taken to generate the page: 0.00470 seconds
|