tutorials.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .. _doc_community_tutorials:
  2. Tutorials and resources
  3. =======================
  4. This is a list of third-party tutorials and resources created by the Godot
  5. community. For resources, remember that there is the official
  6. `Godot Asset Library <https://godotengine.org/asset-library/asset>`_ full of
  7. official and community resources too!
  8. Think there is something missing here? Feel free to submit a `Pull Request <https://github.com/godotengine/godot-docs/blob/master/community/tutorials.rst>`_ as always.
  9. Where to start
  10. --------------
  11. The Godot video tutorials by `GDQuest <https://www.youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ/playlists>`_ are well-regarded in the community and often recommended as a gentle introduction to beginners.
  12. GDQuest's *Learn GDScript From Zero* is a free and open source interactive tutorial for absolute beginners to learn to program with Godot's GDScript language. It is available as a `desktop application <https://gdquest.itch.io/learn-godot-gdscript>`_ or `in the browser <https://gdquest.github.io/learn-gdscript>`_.
  13. Some tutorials mentioned below cover more advanced subjects, e.g. on 3D or shaders.
  14. Video tutorials
  15. ---------------
  16. For video tutorials we recommend looking on `YouTube <https://www.youtube.com/>`_.
  17. There are many great channels covering a wide array of subjects.
  18. Text tutorials
  19. --------------
  20. - `FinePointCGI website by Mitch <https://finepointcgi.io/>`__
  21. - `Catlike Coding by Jasper Flick <https://catlikecoding.com/godot/>`__
  22. - `GDScript website by Andrew Wilkes <https://gdscript.com>`__
  23. - `Godot Recipes by KidsCanCode <https://kidscancode.org/godot_recipes/4.x/>`__
  24. - `Godot Tutorials by SomethingLikeGames <https://www.somethinglikegames.de/en/tags/godot-engine/>`__
  25. - `Game Dev Artisan website <https://gamedevartisan.com/>`__
  26. - `Night Quest Games Blog <https://www.nightquestgames.com/blog-articles/>`__
  27. Resources
  28. ---------
  29. - `awesome-godot: A curated list of free/libre plugins, scripts and add-ons <https://github.com/godotengine/awesome-godot>`_
  30. - `Godot Asset Library <https://godotengine.org/asset-library/asset>`_
  31. - `Godot Shaders: A community-driven shader library <https://godotshaders.com/>`_