

Give the library a try, and let me know how you like it.Tasmanian Sven Co-op server with all campaigns, pizza and quake 175.32.5 -spcampaignportal svencoop 0/14 Australia down since 17-Sep-17 Sven Co-op 5.0 server 66.150.188.177:27015 thep100 svencoop 0/3 United States down since 15-Sep-17 Sven Co-op Multi-Games 79.166.197.174:27015. Your donation gives me more inspiration and will allow me to spend more time working with AngelScript. However, if you would like to make a donation I would be very grateful.


I only ask for your recognition, nothing else. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application.ĪngelScript is completely free, released under the zlib license. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality.įor 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. 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. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.Įfforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. 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.
