TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are the best Godot 4 production-grade learning resources?

48 点作者 aecorredor超过 1 年前
I've been getting into game dev lately and chose to start with Godot 4, given all the recent events. I've spent quite a lot of time looking for quality learning resources, and most of them are on YouTube. The problem with that is that you don't really get a well structured path, and most of the times you don't really find stuff that's meant to be production ready.

7 条评论

amitmathew超过 1 年前
At Quiver, we’re building comprehensive, polished courses for Godot. We aim to take you from the basics to more advanced concepts. Our content isn’t free though, but we’re doing our best to make it worth the cost. You can check it out here: <a href="https:&#x2F;&#x2F;quiver.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;quiver.dev</a>. (Disclosure: I’m the founder).
评论 #37833628 未加载
评论 #37827338 未加载
opyate超过 1 年前
GDQuest has some good free tutorials [0], and great bundles on their website [1] which is very project-based, i.e. you end up making small games. Keep an eye out for special offers, e.g. I bought an &quot;ultimate&quot; bundle (which includes everything) back in Feb 2021 which includes future updates.<p>However, I would also recommend making as many small (tiny) games as you can. There&#x27;s nothing as motivating as releasing something often. You have to be diligent, though, and not succumb to scope&#x2F;feature creep. There&#x27;s nothing like learning by doing.<p>PS check GDQuest&#x27;s &quot;recommended&quot; channels at the bottom of their YT channel for more good stuff.<p>0. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@Gdquest">https:&#x2F;&#x2F;www.youtube.com&#x2F;@Gdquest</a><p>1. <a href="https:&#x2F;&#x2F;www.gdquest.com&#x2F;product&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.gdquest.com&#x2F;product&#x2F;</a>
birophilo超过 1 年前
I&#x27;m on the same road as you, a couple of months ahead.<p>After watching lots of tutorial videos and scouring the web for resources, here is what I&#x27;d recommend, or at least how I would do it over again myself:<p>First, a note on versions. The Godot ecosystem is in the middle of a big transition from version 3.x to 4.x, which introduces a lot of improvements but also some breaking changes. If you want to make a browser game in the immediate future, stick with Godot 3, as web exports for 4.0 aren&#x27;t yet functional. For most other things, 4.0 seems to be the place to start.<p>- Start by going through the official (4.x) docs including the walkthrough games. As with many open source projects, the official docs are underrated. <a href="https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;index.html</a><p>- Then, the course I found most useful after trying lots of other things is the book &quot;Godot 4 Game Development Projects&quot; by Chris Bradfield. It teaches basic concepts as you build different games such as: 2D platformer, Asteroids, 3D Minigolf etc. The quality of the code examples and the design patterns feel a lot better than some of the video tutorials on YouTube. Not taking anything away from video tutorials - sometimes a visual demo is just the ticket, of course. But a book can introduce concepts comprehensively and benefits from professional editing. This is where it started to click for me.<p>- Then I would recommend the website GDQuest (gdquest.com). It has free courses and game pattern tutorials in Godot, e.g. state machines, but the best stuff is the premium content, which is not cheap but worth it. It has games courses like RPG&#x27;s and tower defence. I&#x27;m working through their &quot;2D Secrets&quot; course - currently on a Factorio-style (builder simulation) game tutorial and it&#x27;s the most detailed game walkthrough I&#x27;ve seen in Godot. I&#x27;m working on a sim project myself, so it&#x27;s just right for me. Plus it introduces you to the Entity-Component System design pattern in Godot. Unfortunately it&#x27;s all in Godot 3.0, but once you&#x27;re comfortable enough with 4.0 you can start to translate the differences and there are comments on the forums plugging the gaps.<p>Hadn&#x27;t heard about Quiver.dev until now but it also looks great!
评论 #37827384 未加载
malermeister超过 1 年前
On a related note: Does anyone know any Godot resources for folks with previous programming experience that focus mostly on the game-specific path?<p>I have ten years of professional programming experience, I&#x27;ve just never made a game. All the Godot tutorials I can find have extensive explanations of loops, functions and similar basic concepts.
评论 #37837027 未加载
d13超过 1 年前
1. Book: Godot 4 Game Development Projects by Chris Bradfield. It’s superb and a great permanent reference.<p>2. GameDevTv’s Godot 4 course<p>3. The 4 videos currently on Godotneers Youtube channel.<p>Those will get you there :)
评论 #37850639 未加载
Shawnecy超过 1 年前
Nanotech Gamedev has had a pretty decent series of videos for developing an RTS in Godot 4[1]. Plenty of videos go beyond the usual intro stuff.<p>[1] = <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@nanotechgamedev&#x2F;videos">https:&#x2F;&#x2F;www.youtube.com&#x2F;@nanotechgamedev&#x2F;videos</a>
amerkhalid超过 1 年前
Along the same lines, does anyone know what&#x27;s the state of VR&#x2F;AR in Godot?<p>I have been interested in exploring this space, not sure if first-party libraries like ARKit would be easier to start with or a game engine. (Not planning on touching Unity).