gdscript-transpiler-bin is a GDScript compiler (using Nuitka), minimal scripts can be transpiled to Python. Binary builds are compiled using Forgejo Actions for Alpine Linux, macOS and Windows x86_64.
The computation-heavy simulation part is written in C++ using GDExtension, the rest in GDScript. This allows for fast processing and easy extendability, while keeping the code readable. The last Godot ...