-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add a section to godot-cpp explaining core types #11447
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
base: master
Are you sure you want to change the base?
Conversation
b5ab538 to
2db87d0
Compare
d6e7680 to
f3ac128
Compare
dcb093d to
f7e8250
Compare
|
Just want to say that I really appreciate your work on this! Based on my (limited) experience, I've found that writing C++ code in Godot becomes more straightforward once you get the hang of it--but it's quite hard to 'get the hang of it' without having the right documentation in place. These updates should make the learning curve less steep! |
AThousandShips
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…eir documentation.
f7e8250 to
aa22c32
Compare
paddy-exe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as well
In general, we want to keep this section short, since this information is documented elsewhere as well, and godot-cpp's API is very similar to Godot's internal APIs.
However, we do need a page for people to find this information, link to relevant articles, and document the differences.