5 ms·
For more Godot goodness I recommend, Martin Donald, a technical artist whom has a great mini-series of re-creating various game effects using Godot: - https://
by mathnode 4y ago
For more Godot goodness I recommend, Martin Donald, a technical artist whom has a great mini-series of re-creating various game effects using Godot:
- https://www.youtube.com/c/MartinDonald/videos https://www.youtube.com/c/MartinDonald/videos
It makes a huge change from the tsunami of "I made pong for breakfast" level of material on youtube.
- chii 4y agoThat's a great channel (given there's a recent thread about great youtube channels https://news.ycombinator.com/item?id=32220192 https://news.ycombinator.com/item?id=32220192 ). For people who are less graphically inclined, but still want to check out godot, here's a great 2D simple code-along from the channel HeartBeast - https://www.youtube.com/playlist?list=PL9FzW-m48fn16W1Sz5bhTd1ArQQv4f-Cm https://www.youtube.com/playlist?list=PL9FzW-m48fn16W1Sz5bhT... It's a pixel platformer, and is intended to show you the various 2D features of godot as well as be a tutorial.
- syeare 4y agoThough I am no expert and am unsure whether this remains the case, I recall reading some time ago that Heartbeast had some bad practices in his code and that it was better to learn from GDQuest/Nathan Lovato's content instead. His content is also recommended on the official docs at https://docs.godotengine.org/en/stable/community/tutorials.html https://docs.godotengine.org/en/stable/community/tutorials.h... GDQuest made an excellent web"app" (also available as a desktop application, I believe all versions are made in Godot) that provides an interactive introduction to GDScript: https://gdquest.github.io/learn-gdscript https://gdquest.github.io/learn-gdscript It's my favorite resource for learning Godot and I can heartily recommend GDQ's channel https://youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ/playlists https://youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ/playlis...
- shantnutiwari 4y agoHard disagree. I dont like GDQuest, as he uses every fancy/advanced technique he knows in his free and paid courses, which means its very hard to understand whats going on. Heartbeast only focusses on one concept at a time, which makes it easy to follow whats going on. People criticising Heartbeast are the same type of people who make fun of beginners programming tutorials "Lol, doesnt even use Kubernetes, deploying manually. Teaching bad practices lol" GDquest makes a type 2 mistake (from my blog[0]) where he uses advanced techniques, more it seems to me to impress others rather than to help readers. I bought their courses, but couldn't finish any as I struggled to follow the 20+ concepts being taught at the same time. 0. https://new.pythonforengineers.com/blog/the-problem-with-most-programming-tutorials-books/ https://new.pythonforengineers.com/blog/the-problem-with-mos...
- jvanderbot 4y agoThe categorization of mistake types is completely unnecessary in this context. The problem, root cause, and solution are all inferable from the next sentence.