Nice to see how stable GDExtension (and its godot-cpp bindings) are API-wise. Upgrading my MODs-playing GDExtension (https://github.com/oparisy/gdextension-module) to Godot 4.3 was straightforward

I even briefly tested backward compatibility by testing my 4.2 compiled module on Godot 4.3, and it worked flawlessly.

#godotengine #gdextension

GitHub - oparisy/gdextension-module: An example integration of libxmp-lite into Godot 4 through GDExtension and a custom AudioStream

An example integration of libxmp-lite into Godot 4 through GDExtension and a custom AudioStream - oparisy/gdextension-module

GitHub