GDInterface 1.2 Scripts 4.0 Community
Submitted by user brokankle; GPLv3; 2025-10-15
GDInterface is a Godot 4.x script plugin that adds Object Oriented Programming interface feature into GDScript.
With contract signing and code verification.
Create your interfaces in an instant thanks to the provided script template.
-Create an interface by inheriting a script from Interface
-Implement your interface by adding a variable of its type in the object that implement it. Feed it the callable that will be called when the interface is executed.
-Execute the interface with a single call from GDInterface singleton: GDInterface.execute()
Read the README.md in the addons folder or Github, or watch the related video.
Github repo: https://github.com/BrokAnkle/GDInterface
View files Download Submit an issue Recent Edits