We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Software

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is AngelScript?

By Jim Carroll
Updated: May 17, 2024

AngelScript, also known as Angelcode Scripting Language, was originally developed by Andreas Jönsson as a cross-platform scripting library. In other words, it allows you to write a script — a computer program — that will work the same regardless of the computer platform being used. It has been released under a zlib license, meaning it is available free to users.

AngelScript works by creating and running a virtual machine (VM) inside the computer, with the script then running on the VM. This means an AngelScript script will work the same on any computer platform — Windows, Macintosh, Linux, or other. The VM also allows the script to exchange data with other programs running on the computer. This means AngelScript can be used to extend or add capabilities to other programs that allow extensions to be added. An example would be an AngelScript scientific calculator script to evaluate a mathematical expression that, in turn, calls a graphics script that will display a graph of that mathematical expression.

AngelScript scripts are written using a C/C++ syntax, allowing anyone with some experience in using those languages to easily write a script. The AngelScript VM itself takes care of the details. That includes things such as memory management and pointers, which can cause problems when using C/C++.

It is designed to run on different platforms, so AngelScript is not available as an application you would download, install, and run, unless a third party has made it available as such. Normally, the user must download the source code, written in C/C++, and then compile it for a particular computer platform. As of December 2010, AngelScript platforms available included Win32®, Linux®, FreeBSD®, Mac OS X®, Dreamcast™, PlayStation® Portable, PlayStation® 2, PlayStation® 3, Xbox®, and Xbox 360®. Work was underway on VMs for the Windows® Mobile, Nintendo® DS, and Android™ platforms, but there was no information on when the VMs would be available on these platforms.

The ability to have a program work in the same way on different platforms makes AngelScript attractive to software publishers. Some games publishers are releasing games that have been written using AngelScript and include the AngelScript VM for the particular platform. This allows them to release the same game at the same time for different platforms. Development of AngelScript, and improvements in VMs for various platforms, is ongoing. An Internet search can help you find the most recent stable VM for your platform.

WiseGeek is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
Share
https://www.wisegeek.net/what-is-angelscript.htm
WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.