Skip to content

What is this trying to accomplish? #38

Closed Answered by TitanNano
Ughuuu asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the README is currently a mess and doesn't match the most recent version of this library anymore.

Godot Rust provides GDExtensions support with gdext. This basically allows you to create custom node types in a rust library (heavily simplified).

What this library does is making rust also available as a scripting language via a GDExtension library. There isn't really a significant difference between what you can do with GDExtension classes / custom Nodes and attaching a script to a node, but if you would like to rather attach a script to an existing node, then this library might be able to help you.

The editor support you are writing about is currently not planned, though. Implementing…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TitanNano
Comment options

Answer selected by TitanNano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #37 on June 02, 2024 23:08.