Add a .gdextension
file editor, like the GDNative bottom panel editor
#9898
Labels
.gdextension
file editor, like the GDNative bottom panel editor
#9898
Describe the project you are working on
I do a lot of GDExt tiny projects and expirements. It requires a lot of manual set up that could be easier with the tooling that we had for GDNative, as seen here: https://docs.godotengine.org/en/3.5/tutorials/scripting/gdnative/gdnative_c_example.html#platform-libraries
Describe the problem or limitation you are having in your project
Just consumes time to manually set up and verify
.gdextension
files. Typeos cause issues that are often hard to diagnose.Describe the feature / enhancement and how it helps to overcome the problem or limitation
Basically, I just want this kind of tool again: https://docs.godotengine.org/en/3.5/tutorials/scripting/gdnative/gdnative_c_example.html#platform-libraries
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Like this tool here: https://docs.godotengine.org/en/3.5/tutorials/scripting/gdnative/gdnative_c_example.html#platform-libraries
If this enhancement will not be used often, can it be worked around with a few lines of script?
No. It wouldn't be a "a few lines of scripts". But it could be whole plugin.
Is there a reason why this should be core and not an add-on in the asset library?
Because it is a regression from GDNative. A feature that was offered now no longer exists.
The text was updated successfully, but these errors were encountered: