Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add GDnative code with C ++ to official documentation. #5200

Closed
wants to merge 1 commit into from

Conversation

kone9
Copy link

@kone9 kone9 commented Aug 27, 2021

I am using Gdnative with Godot and it is very good.
It is a pity that in the official documentation there is no information about the use of the C ++ API in the fundamental explanations of the engine.
Leave 2 small examples, but I could add a lot more.
What if, I did not find a way to search for the update and ready methods in C ++, I only declared the functions, I implement them and register them as methods.

I am using Gdnative with Godot and it is very good.
It is a pity that in the official documentation there is no information about the use of the C ++ API in the fundamental explanations of the engine.
Leave 2 small examples, but I could add a lot more.
What if, I did not find a way to search for the update and ready methods in C ++, I only declared the functions, I implement them and register them as methods.
@YuriSizov
Copy link
Contributor

YuriSizov commented Aug 27, 2021

Currently, we don't have plans to include the GDNative code samples into the official documentation. This is better left to the documentation of individual bindings for GDNative languages.

Thanks for the contribution nonetheless!

@Calinou
Copy link
Member

Calinou commented Aug 27, 2021

See discussion in godotengine/godot-cpp#604.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants