how to request for a feature in godot github page

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By abdolilah

i want to request a feature in godot
the feature is to use go language as a programming lang for godot instead of gdscript
Because of the many many benefits of it
go lang has a foot in both worlds it has a syntax similar to python and the performance of c++

could you lead me to a page where i can request this feature

Create a new Issue.
Issues · godotengine/godot · GitHub

nightrobin | 2021-03-05 14:59

:bust_in_silhouette: Reply From: llasram

For your specific request, the Godot GDNative API already supports accessing Godot from arbitrary other language, with bindings implemented by users of that language. For Go there appears to be an existing godot-go project.

In general, there is the Godot Improvement Proposals Github project, where improvement proposals should be submitted as Github issues on that project. Issues on the main engine project are reserved for submitting bugs.

thanks you for your answer

abdolilah | 2021-03-06 15:19