Add rust support in editor #4597
ABouttefeux
started this conversation in
Editor
Replies: 2 comments
-
Have you tried searching? https://github.com/godot-rust/godot-rust already exists and GDNative is made exactly for this - writing more language extensions |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is already being tracked in #3367. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add a feature to add support in the editor to add script in rust directly using the gdnative library. The editor would interface with the rust language server to do the syntax coloration and add other feature an IDE needs.
It would also add compilation of the rust project using cargo of the script automatically and linking it when compiling the project.
I would also like to add an utility to install all tool necessary (cargo, rustc, llvm binary, rls) into the editor.
why ?
drawback
Is this something the community wants ?
Beta Was this translation helpful? Give feedback.
All reactions