Godot Version
4.2.2.stable
Question
I have successfully compiled the example program according to the official documentation, but there is no further development Document provided in the documentation. Where can I find more tutorials?
4.2.2.stable
I have successfully compiled the example program according to the official documentation, but there is no further development Document provided in the documentation. Where can I find more tutorials?
You can look at adjacent modules. Or Why not try to integrate some library?
I’m sure you have seen this?
Sure. While most of the problems can be solved by reading the code, there are a few that confuse me.
Here is some code related to the registration.
Here is an example in code from the multiplayer module nodes using the bind API and Marcos for functions and properties.
This is the core of classes registered with godot. It is a Singleton used by, at least, the gdscript parser and editor, and provides class lookup.
I’m not sure what you are asking.
Here is a tutorial
Since you have compiled the example I would advise adding a c++ intelli-sense plugin to quickly search the code. Reading code is a great skill to have.
I’ve been watching some nice tutorials of GDExtension, such as the implementation of variant type, and Sconstruct usage. Mohsen Zare provides a series of GDExtension, which is pretty rare, I’ve been looking for this for a long time.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.