this post was submitted on 10 Sep 2024
25 points (96.3% liked)

Godot

5681 readers
2 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

There's a wiki or something to learn Godot with a maintained textual resource?

Also there are common practice/scripts and tips to learn somewhere?

top 7 comments
sorted by: hot top controversial new old
[–] jrgd@lemm.ee 23 points 1 week ago (3 children)

Godot maintains a fairly comprehensive documentation that can even be fully downloaded.

[–] iLove@programming.dev 1 points 5 days ago (1 children)

I wish the documentation for C# support was better. I find so much missing stuff here and then. Particularly more advanced topics are less covered if covered at all.

[–] Kelly@lemmy.world 2 points 4 days ago* (last edited 3 days ago)

Its improved a lot since the early days but the docs can always be refined further.

If you find something that needs improvement opening an issue over here will get a few eyes on it.

https://github.com/godotengine/godot-docs/labels/topic%3Adotnet

[–] Klaymore@sh.itjust.works 14 points 1 week ago (2 children)

It even comes with the engine! You can right-click on a node or property and click "open documentation" and it opens in the code editor

[–] Faresh@lemmy.ml 6 points 1 week ago

It should be noted that the documentation built-into the engine is mostly documentation for the different classes, and that tutorials, guides and explanations written in prose still need to be viewed from a browser.

[–] porotoman99@lemmy.world 6 points 1 week ago

You can also Ctrl+click most things in the code editor to open its documentation.

[–] SolarPunker@slrpnk.net 5 points 1 week ago

Thank you! 🎉