AngelScript Integration Tests

AngelScript is awesome. It’s a C#-like scripting language you can integrate into a C++ game engine, with wicked-fast hot-reloads, so wicked-fast iteration speed. The amazing Hazelight gamedev team integrated it into Unreal Engine and have made it open source. I wrote a longer post here that I’ll copy below. One of its great features is exposing Unreal’s test automation framework and turning them into easy integration tests. This existing work was incredible. [Read More]