Describe GDExtension interface in a machine readable format #9524
timothyqiu
started this conversation in
Scripting
Replies: 1 comment
-
Yeah, this could make sense. It's done by a number of other standard API, so we'd be in good company. We already have a number of restrictions/requirements around what can be put in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of using
gdextension_interface.h
the C header file, describe GDExtension interface in a machine readable format like JSON, XML, etc.This makes it easier for other languages to generate wrappers containing routine code automatically.
Vulkan interface example: vk.xml.
Beta Was this translation helpful? Give feedback.
All reactions