Тёмный

Godot in 100 Seconds 

Fireship
Подписаться 3 млн
Просмотров 953 тыс.
50% 1

Godot is a popular open source engine for building 2D and 3D games. It is similar to Unity in many ways, but is lightweight (35Mb) and provides it's own custom scripting language called GDScript.
#gamedev #programming #100SecondsOfCode
💬 Chat with Me on Discord
/ discord
🔗 Resources
Godot Game Engine godotengine.org
Godot on GitHub github.com/godotengine/godot
Unity in 100 Seconds • Unity in 100 Seconds
C# in 100 Seconds • C# in 100 Seconds
🔥 Get More Content - Upgrade to PRO
Upgrade at fireship.io/pro
Use code YT25 for 25% off PRO access
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is the Godot Game Engine?
- Open-source game engines
- Godot basics tutorial
- Godot vs Unity
- What makes Godot special?
- How GDScript works
- Best Game Engine to learn for beginners

Наука

Опубликовано:

 

18 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,4 тыс.   
@drifzyy
@drifzyy 8 месяцев назад
After what Unity did, it's time for Godot.
@christianstachl
@christianstachl 8 месяцев назад
I'm really torn atm, started with Unity about 6-9 months ago and i really like it. but with these news i wonder if i should switch now before i get deeper into Unity and they come up with more BS...
@SuperYtc1
@SuperYtc1 8 месяцев назад
@@christianstachl You should switch. Never underestimate the value of a company/institution that cares about its customers.
@bloodraven2o1o
@bloodraven2o1o 8 месяцев назад
@@christianstachl switch before you waste more time on Unity. They're counting on developers staying because of how much time they already spent learning it
@Hopkins132
@Hopkins132 8 месяцев назад
10 years from now: godot fees 💀💀💀💀💀
@BoostandEthanol
@BoostandEthanol 8 месяцев назад
@@christianstachl Hardly the same situation, but I spent the last month nonstop starting to understand Unity and working on the beginning of a demo, and was currently bugfixing something when I heard the news dropped. I think switching is the only correct course of action, it's clear to me that they'll penny pinch their customers in any way they can get away with, and without serious pushback to unroll it every single time, these will only get more brutal. Their initial plan was to charge developers per download, and despite the outrage, it only got slightly reduced. I've heard a few stories of this one change making Indie developers instantly unprofitable. So despite my work, I'm retooling and getting out
@superioropinion6421
@superioropinion6421 8 месяцев назад
Perfect time to learn Godot
@JustBasicAnimator
@JustBasicAnimator 8 месяцев назад
fr man what unity did to us
@thegreenxeno9430
@thegreenxeno9430 8 месяцев назад
How do HelloWlord in hdscript??!
@Yaluner
@Yaluner 8 месяцев назад
lmao the only reason Im rushing to learn godot
@massinakmin8340
@massinakmin8340 8 месяцев назад
@@thegreenxeno9430 func _init(): print("Hello, world!")
@TheSpiritedFendron
@TheSpiritedFendron 8 месяцев назад
Coffee
@hpsmash77
@hpsmash77 Год назад
its unreal how unity between developers can result in projects like this
@mistakenmeme
@mistakenmeme Год назад
Hehehe
@nathanlamaire
@nathanlamaire Год назад
S-tier
@ultrat00n
@ultrat00n Год назад
AHHHH
@StephenGillie
@StephenGillie Год назад
Throw all their projects in a Blender and it's a game engine smoothie.
@marlonruvalcaba386
@marlonruvalcaba386 Год назад
Godot is fueled by the Love of the open source community. All the new features are a Game Maker for the future. And some how they avoided a Coco bongo mess.
@Yaluner
@Yaluner 8 месяцев назад
Shoutout to Unity for sending all of us back to this video
@benemy9
@benemy9 8 месяцев назад
Who's here, because of Unity's "interesting" changes?
@pielovervi
@pielovervi 8 месяцев назад
Yep!
@Sillymanthatwearsabanana5
@Sillymanthatwearsabanana5 8 месяцев назад
me 🤚
@disguisedpuppy
@disguisedpuppy 8 месяцев назад
Not me, I already saw this coming and I am gonna brag this everywhere
@zaygt404
@zaygt404 8 месяцев назад
Luckily, I didn't learn Unity. Laziness Wins!
@allenhuntsman
@allenhuntsman 8 месяцев назад
​@@zaygt404us pal
@joelgomes1994
@joelgomes1994 Год назад
From a web developer that uses Godot on the spare time: - Nodes are like HTML elements: minimal in features and rarely used without combining them to other nodes. - Scenes are like frontend frameworks components: group several nodes and logic together to make a more complex behaviour, and then instance this scene multiple times as single custom nodes. - Signals are like event listeners: you connect node signals to trigger specific function callbacks. - Everything in the project is text-based (including scenes and resources): this is great for VCS diffs and refactoring. - UI themes cascade like in CSS: themes can be set on parent UI controls and overridden on children.
@killerdroid99
@killerdroid99 Год назад
Now you have convinced me to try out godot rn
@LosfrogerX
@LosfrogerX Год назад
This is such a good comparison, to get an idea how godot works!
@-Name-here-
@-Name-here- Год назад
I’m a godot dev and I wanna understand html/css lol. This might help
@zoetje9817
@zoetje9817 Год назад
This comment has helped more than an 30 of documentation.
@docmars
@docmars Год назад
Love this, thanks for summarizing it in terms I understand!
@thefourthclover
@thefourthclover 8 месяцев назад
Welcome unity devs 🫂🫂
@Flash136
@Flash136 Год назад
This game engine deserves more love.
@Blap7
@Blap7 Год назад
it truly does.
@hwstar9416
@hwstar9416 Год назад
Eh. Interperted languages aren't the way to go for game dev imho
@FridgeFucker96
@FridgeFucker96 Год назад
@@hwstar9416 sadly this keeps away many people, but gdscript is interpreted only in the engine. When you build your project Gdscript gets compiled
@gducrash
@gducrash Год назад
​@@hwstar9416 Gdscript is compiled in exported builds
@hwstar9416
@hwstar9416 Год назад
@@gducrash still, the high-level language being interperted takes away control from the developer to apply thorough optimizations
@MavikBow
@MavikBow Год назад
Now that even Fireship made a video about Godot, you can tell it's gonna grow exponentially more and more popular.
@gokudomatic
@gokudomatic Год назад
I hope so. Godot needs more love. Its biggest weakness compared to Unity and Unreal is the lack of free quality assets for developers to quickly build a prototype. Unity has this fully rigged and animated robot character for free. Godot doesn't. Unity offers to quickly build a whole map with free assets. Godot doesn't. With Godot, you only have the editor and engine. For newcomers, this is a big letdown. Of course, for professionals, it's not an issue at all since they already have their own assets.
@mstarOnYT
@mstarOnYT Год назад
@@gokudomatic GDQuest provide a ton of assets for Godot, including courses, full scenes and models and an entire app focused on teaching GDScript
@stickguy9109
@stickguy9109 Год назад
@@gokudomatic You can take animated characters from mixamo
@Oliver_Saer
@Oliver_Saer Год назад
Fireship is to programming languages/frameworks/tools what Elon Musk is to shitcoins. Except without the part where everyone else loses a lot of money.
@pheonyxior_5082
@pheonyxior_5082 Год назад
@@gokudomatic Godot's doc is very thorough and beginner friendly. Having started with unity, understanding the doc was a chore. Godot's doc is full of insights and other useful informations, it has to be considered a ressource on its own right.
@Rabellois
@Rabellois 8 месяцев назад
POV: You're here after Unity's prices changes
@NTDARK13
@NTDARK13 Год назад
The amount of useful languages I have learnt from this channel that didn't know they existed is too damn high. Lifetime Pro was worth it for supporting Jeff.
@NTDARK13
@NTDARK13 Год назад
@@igorthelight For those tasks I prefer node to be honest.
@charlesm.2604
@charlesm.2604 Год назад
@@igorthelight bash
@alimertc
@alimertc Год назад
@@igorthelight too much fighting to not use python
@igorthelight
@igorthelight Год назад
@@alimertc Ha-ha! I use Python ;-) That's just a weird feature of Godot that most people don't know at all! Let's say you use Godot frequently and want to experiment - use it as your scripting language xD
@erikkonstas
@erikkonstas 7 месяцев назад
Just in case you're a game dev... just saying...
@conaticus
@conaticus Год назад
Will always have a soft spot for Godot, the reason I got into programming
@devchaudhary78
@devchaudhary78 Год назад
Hey there I like your content, nyc to see you here :)
@The_Codemaster144k
@The_Codemaster144k Год назад
I thought you were a web developer
@Ihavetoreturnsomevideotapes
Bro please try java again
@Ihavetoreturnsomevideotapes
@Conatious java is the best
@notanacorn703
@notanacorn703 Год назад
i used it because it was easy
@Jamespcrowson
@Jamespcrowson 8 месяцев назад
Welcome Unity devs. Take a seat.
@studioprimitive
@studioprimitive 8 месяцев назад
Unity brought me here.
@Cubeytheawesome
@Cubeytheawesome 8 месяцев назад
Lol same.
@silver_volt4
@silver_volt4 Год назад
Godot is truly magical. The UI system is one of the best features and can literally serve as a widget toolkit for desktop apps. Did you know that Godot's Editor is written in Godot itself? Edit: The editor is not a project file you can clone and open (you can't edit the editor from within the editor), but is still written using the engine's APIs. Additionally, you can do things like extend the editor's functionality by writing a GDScript and/or creating a UI component that the editor will mount.
@mstarOnYT
@mstarOnYT Год назад
The fact that Godot's editor is created using Godot is still my favourite information about the engine. Shows how solid of a framework it is
@joelgomes1994
@joelgomes1994 Год назад
Pixelorama is a great example of that, and it can even run directly on the browser. Godot's UI system is great.
@augustday9483
@augustday9483 Год назад
That's awesome. I love languages and software that are written in themselves, it's very satisfying.
@alex15095
@alex15095 Год назад
Godot's editor being made in Godot is a bit misleading. Yes, it uses the Godot UI and other engine features, but it's not like it's a literal Godot project you can go and edit. It's a core part of the engine's C++ codebase. It also uses some features that are unavailable during runtime, such as importing assets like glTF. If you wanted to make an editor in Godot with the exact same features, you'd have to hack together your own solutions for things like glTF importing, gizmos, etc. I think this is something they could work on and make these features available for everyone
@silver_volt4
@silver_volt4 Год назад
@@alex15095 Comment edited.
@glorytoarstotzka330
@glorytoarstotzka330 Год назад
I kept starting game dev in unity, and giving up after 1-4 weeks, but using godot was really different: stuff actually was very easy to understand and clear of what's going on, combined with the fact that I didn't have to wait several minutes for the program to open, or have to use C# to program in it, it really just offered me something that I didn't think it was possible, it made the implementation part of game development actually possible and enjoyable, while before it was a constant loop of failures, giving up, frustration and feeling dumb.
@Slashx92
@Slashx92 Год назад
are you using gdscript in godot? I've been in that same loop you mentioned. Tried godot a couple of years ago but gdscript didnt convince me
@glorytoarstotzka330
@glorytoarstotzka330 Год назад
@@Slashx92 yes, using gdscript. Perhaps I am fine with it because on the side it just so happens I program variois things in python and gdscript is very similar to that. Do you have trouble being stuck with gdscript or programming in general?
@Slashx92
@Slashx92 Год назад
@@glorytoarstotzka330 I work developing software, so coding is not a problem. My problem may have been that I used to have a bias against python because the lack of braces lol, it really makes it more difficult for me to read, but maybe is just a matter of getting used to it I was curious if you were using c++ to see if it's viable or if I should suck it up and give gdscript another chance Thank you
@glorytoarstotzka330
@glorytoarstotzka330 Год назад
@@Slashx92 I barely used C++, I never had to. From what I know C# can be a bit limited in godot from what I know. Most resources you will find will use gdscript. Btw I also work developing software, one of the main reasons I might not have time for game dev, although I would really like to learn networking stuff that could be used to make co op games
@DOOT_II
@DOOT_II Год назад
Same here, but from unity to gzdoom.
@ZachHixsonTutorials
@ZachHixsonTutorials Год назад
What I love about Godot and its "everything's a node," workflow is that it feels just like working on React or Vue. Make components out of other components and you can make the hierarchy as simple or complex as you want
@tiggerbiggo
@tiggerbiggo Год назад
I remember when i used to use unity, the amount of annoyance between having a GameObject contain Components and having to access them with GetComponent urgh...
@dsbm2153
@dsbm2153 8 месяцев назад
Who else is here after Unity's new Runtime Fee announcement?
@SuperFromND
@SuperFromND 8 месяцев назад
hello to everyone coming here (or returning) thanks to unity!
@SlimyFrog123
@SlimyFrog123 Год назад
Been using Godot for over a year, glad to see it in a 100-seconds video!
@erikkonstas
@erikkonstas 7 месяцев назад
And guess what happens on the 2-year mark... 😂😂😂
@sayori3939
@sayori3939 3 месяца назад
@@erikkonstas what?
@DK-ox7ze
@DK-ox7ze Год назад
I thought game development was super complex but tools like these make it much easier to develop complex games. Hats off to the developers of these frameworks. They must be amongst the best SWEs out there.
@igorthelight
@igorthelight Год назад
True! But I would still recommend to make a 2D game first - it's much easier ;-)
@AgraxGaming
@AgraxGaming Год назад
An interesting fact: i know a guy on discord (not personally) who makes his entire game in visual scripting in UE4. He doesn’t know any programming language, he’s never learned to code, he doesn’t even know what OOP is. But he still makes a game on his own
@igorthelight
@igorthelight Год назад
@@AgraxGaming True - Blueprints is very intuitive! Godot's "Visual Script" tried the same idea but their latest poll shows that VS is not very popular and they deleted it in Godot 4. But it's still available in 3.x for those who want it ;-)
@AgraxGaming
@AgraxGaming Год назад
@@igorthelight Weeeeell, GDScript is easy enough to learn that Godot doesn't really need VS. At least imo
@igorthelight
@igorthelight Год назад
@@AgraxGaming True! Developers are 100% agree with you ;-) My opinion - Visual Script could help to convert people from UE Blueprints to Godot, but if it's not popular - it's taking development time that could be spent on other, more useful things. So deleting it was a good decision. Sad but rational.
@LePeppino
@LePeppino 8 месяцев назад
Here to learn Godot after the Unitypocalypse 😘
@LiquidJoy_
@LiquidJoy_ 8 месяцев назад
Godot about to be number one after a single tweet from Unity
@Cubeytheawesome
@Cubeytheawesome 8 месяцев назад
I hope the Godot devs can help me make my many ideas.
@farhansangaji5029
@farhansangaji5029 Год назад
To think we can make game with such ease, it is still Unreal for me
@keni94
@keni94 Год назад
Nice one
@devchaudhary78
@devchaudhary78 Год назад
I see what you did there :)
@KingThrillgore
@KingThrillgore Год назад
There's certainly a sense of Unity between us game developers, even if we are waiting for our dream games to be finished. BTW can someone help me turn my belt into a noose
@stpedro-ht9ng
@stpedro-ht9ng Год назад
Oh Unreal is definitely not very easy lol. i have tried
@wlockuz4467
@wlockuz4467 Год назад
Thats what happens when humans work in unity
@zhenyagur9
@zhenyagur9 Год назад
Love that engine! Thanks for covering it
@astralakiraa
@astralakiraa Год назад
I love godot
@fgrey-
@fgrey- Год назад
Me too :D
@Fireship
@Fireship Год назад
🥇 Gold!
@davidmurphy563
@davidmurphy563 Год назад
Godot loves you more.
@Dina-kh5un
@Dina-kh5un Год назад
Gal Gadot😁
@laracombina
@laracombina 8 месяцев назад
Today I learned Godot was made in my own country O: I wish it had more publicity and local support
@Davi_Dash
@Davi_Dash 8 месяцев назад
salve do brasil manita, a engine feita no seu pais, é zica.
@BlueAizu_
@BlueAizu_ 8 месяцев назад
Don't worry, I predict _a lot_ of love and support for Godot going forward
@sayori3939
@sayori3939 3 месяца назад
eeww no if that was the case it wouldn't become open source
@clxxiii
@clxxiii Год назад
What intrigues me the most about this is the fact that it can export to web. You could probably make a pretty cool personal site with that
@nyanknight107
@nyanknight107 Год назад
Yeah it's a super versatile engine, you can make Godot plugins and add-ons using Godot. The engine could make itself LOL
@akam9919
@akam9919 Год назад
hmm....
@stickguy9109
@stickguy9109 Год назад
Every engine can export to web
@memes_gbc674
@memes_gbc674 Год назад
technically its not really being ported, its being translated by emscripten which turns C code into javascript
@stickguy9109
@stickguy9109 Год назад
@@memes_gbc674 That's what porting is🗿 In unity it is translated into web Assembly
@callummaclean8782
@callummaclean8782 Год назад
Love Godot so much, glad it's getting noticed more
@TheRestPL
@TheRestPL 8 месяцев назад
Shootout to all those Unity indie developers!
@gargikadikar8228
@gargikadikar8228 8 месяцев назад
Shootout?
@P3TEY
@P3TEY 7 месяцев назад
​@@gargikadikar8228that's what unity did to them with the pricing change
@yafethtb
@yafethtb 8 месяцев назад
People flocking here to see what Godot can offer after Unity fiasco in 3.... 2.... 1.....
@cmdr_ultraviol3nt
@cmdr_ultraviol3nt 8 месяцев назад
I am in this meme and I like it
@Subird
@Subird 8 месяцев назад
​​@@cmdr_ultraviol3ntsame
@marcomoscoso7402
@marcomoscoso7402 Год назад
This one even comes with a mini tutorial included! This is what I call quality content.
@Slashx92
@Slashx92 Год назад
and a very comprehensive one. I feel like I've seen the same tutorial but 40 min long lmao
@bryced7126
@bryced7126 4 месяца назад
1:46 "Kinematic body" has now been renamed to "characterbody"
@SleepySnapbody
@SleepySnapbody 4 месяца назад
thanks
@saphiwrath
@saphiwrath 4 месяца назад
Thank youuuu
@isaaciktaile1118
@isaaciktaile1118 8 месяцев назад
You know why you are here.
@patricknelson
@patricknelson 8 месяцев назад
Wanna bet 20¢?
@CA-9526
@CA-9526 8 месяцев назад
Unity in -100 Seconds
Год назад
Before I met Godot, I used UPBGE, which is a fork of the long dead Blender Game Engine, but after learning to use Godot, I just fell in love for it, it's simple, straightforward and easy to use. The freedom the engine gives you is just awesome, for example, any property of any node or resource can be accessed via script or even animated using an AnimationPlayer node, which is insane comparing to UPBGE.
@joelgomes1994
@joelgomes1994 Год назад
Você aqui, homi? 🤣
Год назад
@@joelgomes1994 hehehe! 😅😅
@heraclitoqsaldanha6133
@heraclitoqsaldanha6133 Год назад
@eshnd.
@eshnd. 8 месяцев назад
The comments are split from 3 days ago to 10 months ago and everyone knows why
@sayori3939
@sayori3939 3 месяца назад
why?
@Virbox
@Virbox Год назад
As a person developing a game with Godot, I like the exposure of this engine to the masses. Good job 👍
@MadeByJoey
@MadeByJoey 8 месяцев назад
Unity drama led me here
@juliogarciamartinez9501
@juliogarciamartinez9501 Год назад
I love all your 100 second videos, but this is the first one that I actually wanted to download and start working on it. Thanks!
@igorthelight
@igorthelight Год назад
You may try - it's very easy to start! * Download Godot * Create a folder for it and for your projects - that may be the same folder * Start it and you are ready to go ;-) You may start with that: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-wETY5_9kFtA.html
@HoarfrostTrickle
@HoarfrostTrickle Год назад
I particularily love how this gives more informations about Godot and how to use it than 20+ episodes long tutorials ^^
@a_random_lemurian
@a_random_lemurian 8 месяцев назад
Unite against Unity, and embrace Godot
@TechWampus
@TechWampus Год назад
Saw your unity video a long time ago and was looking for the Godot one, been waiting since then, It's finally here!
@gamefabric4012
@gamefabric4012 Год назад
I'm currently using it for a game I'm developing as a solo dev. I have been using it since it was opensourced for various prototypes (also contributed a few changes to the engine).
@p0kepengin592
@p0kepengin592 Год назад
love seeing bigger channels cover godot, it's such a good engine that needs some more love
@refeals
@refeals Год назад
I love Godot and have been using it for a few years now! Awesome piece of software
@intangiblematter_misc
@intangiblematter_misc Год назад
The first time I've known more about the subject matter than the video taught. Great work, love to see love for the engine and love to see a 100 seconds video!
@andrewcgs
@andrewcgs Год назад
This honestly taught me more and better than any Godot tutorial I've seen before
@Seventyy
@Seventyy Год назад
Glad to see you showcase Godot. I've been using it for five years and i'd love for it to become more popular.
@aldanasjuan
@aldanasjuan Год назад
Worth noting that this is an awesome engine for 2d games since it does pure 2d instead of 3d with 2d perspective (not an expert but I think unity does this). This makes it easier to get started with game dev since you don't have to deal with crazy 3d stuff.
@josk8936
@josk8936 Год назад
And also there's a way to use 3d nodes in 2d if you want, so thats not a limited factor!
@paulsullivan649
@paulsullivan649 Год назад
Awesome to see you cover Godot! I've been using it the last 2 years or so and It's been a great engine to work with!
@MaxLai_0104
@MaxLai_0104 7 месяцев назад
sure hope this video gets traction within a year after a certain event with another game creation platform
@RingDinger838
@RingDinger838 Год назад
With the swell of improvements given to version 3.5 and a massive overhaul in the upcoming 4.0 version this is the perfect opportunity to shed light on Godot which since before was very approachable but also limiting in many areas.
@yohannestz9893
@yohannestz9893 Год назад
Godot is such an underrated engine.
@SamuTheFrog
@SamuTheFrog 3 месяца назад
This was an incredible compression of important information, wow. 20 videos in & that's the first one to explain all the important bits so quickly & clearly.
@Blap7
@Blap7 Год назад
i wass waiting for you to make this video! love to see more people join the godot community.
@4mb127
@4mb127 Год назад
This is actually pretty good intro to Godot. I didn't expect this.
@VytenisNarusis
@VytenisNarusis Год назад
I love Godot. It was the only game engine that seemed approachable enough to start tinkering. It's growing, a new major version is shaping up nicely and is in beta, the current one is feature complete and can churn out really nice games. Totally worth checking out!
@alcapuno
@alcapuno 8 месяцев назад
This aged VERY well
@nikkehtine
@nikkehtine Год назад
I started learning Godot and game development yesterday, after a long time of slacking off, and then you uploaded a Godot video the next day. Reality is a simulation, there are no coincidences.
@maybeanonymous6846
@maybeanonymous6846 Год назад
Uhm actually a lot of people seem to have started using Godot recently
@shashikanthp7546
@shashikanthp7546 Год назад
@@maybeanonymous6846 maybe because there's a lot of hype for Godot 4.0
@nsa3967
@nsa3967 Год назад
@@shashikanthp7546 Also because of Unity's bad decisions
@igorthelight
@igorthelight Год назад
Welcome to community! 🙂
@antoninteissier9762
@antoninteissier9762 Год назад
I'm still slacking off...🤣
@aungthuhein007
@aungthuhein007 7 месяцев назад
Hope this becomes a new industry standard.
@tekhiun
@tekhiun Год назад
Glad to see a 100 seconds about Godot, it would be cool see one about GDscript and visual script too.
@igorthelight
@igorthelight Год назад
Visual Script will not make a transition to 4.0... They did a poll and only a few percent of developers really used it
@blackcitadel37
@blackcitadel37 Год назад
come to the C# side of the force, my child
@-Name-here-
@-Name-here- Год назад
Never expected to see godot on here, let alone an actual godot tutorial in 100 seconds. Good job lol!
@evilotis01
@evilotis01 8 месяцев назад
calling yr product "Godot" really demonstrates a remarkable confidence that you'll get updates out on time
@BlueAizu_
@BlueAizu_ 8 месяцев назад
Awesome!! This is exactly what I need to start my first non-Unity project: Super Ballio 64
@megustaelmate5499
@megustaelmate5499 8 месяцев назад
Argentina carrying the entire video games development after Unity's communicade
@creepynutsrl
@creepynutsrl Год назад
Waited for this, finally!!! Ty for making this video!
@WillJackDo
@WillJackDo Год назад
Loving the game engine puns. Keep 'em coming ;)
@MaxTheFireCat
@MaxTheFireCat Год назад
A combination of TS and Python sounds EPIC
@DreanPetruza
@DreanPetruza 10 месяцев назад
A statically typed python with native compiling would be gigachad
@LuccDev
@LuccDev Год назад
I recommend this engine for everyone. We are starting to see famous games made with this engine, en people talk more and more about it, I can't wait for the future to be honest. Now making 3D games seems to become even more viable with Godot 4. Thanks for covering this one !
@poksis11
@poksis11 Год назад
Wait which famous games have been made using godot?
@LuccDev
@LuccDev Год назад
@@poksis11 Maybe I exaggerated a bit this one lol. The most recent example is Dome Keeper
@raiyaankazi
@raiyaankazi Год назад
​@@poksis11 Cruelty Squad
@owdoogames
@owdoogames Год назад
@@poksis11 Sonic Colors: Ultimate
@Soda-js2vx
@Soda-js2vx Год назад
@@poksis11 check out miziziziz
@iothemighty
@iothemighty Год назад
I didn't know about saving to disk and exporting variable before this vid. I feel really motivated to get back into Godot. Thank you! 💪🏾❤
@vid2422
@vid2422 Год назад
been waiting for this for a while now, finally! thank you
@_invencible_
@_invencible_ Год назад
Waiting on this for a while now Paying my dues to the dirt I've been waiting to smile, 'ey Been holding it in for a while, 'ey Take it with me if I can Been dreaming of this since a child
@owdoogames
@owdoogames Год назад
Godot is a great first editor-based engine for both 2D and 3D. I’d previously looked at Unity and Unreal, and felt confused and overwhelmed (not least by the huge downloads, installs and compile times). But I picked up Godot and GDscript really fast, and soon climbed out of ‘tutorial hell’ to start work on many game ideas, though sadly yet to complete anything! Using Godot has also given me the confidence and skills to look at Unity and Unreal again, and they both make much more sense. Another good starter editor-based engine is Defold, which uses Lua for scripting. It is 3D capable but is geared more towards 2D. It is based on a GameObject and Component system like Unity, and has a really nice clean interface. It’s not as fully featured as the others I mentioned here, but in some ways it is better for it, being less restrictive.
@RenderingUser
@RenderingUser Год назад
Ive never expected fireship to cover godot this felt so unreal a rather pleasant surprise
@norielgames4765
@norielgames4765 7 месяцев назад
I LOVE Godot, thank you for sharing my all time favorite game engine!
@DjCtavia
@DjCtavia Год назад
Aahhh, so nice you made this one Fireship 💙
@PeepsyProse
@PeepsyProse Год назад
Thank you for bringing attention to this amazing game platform. I've been learning godot for about 2 months and it's phenomenal.
@theman13532
@theman13532 8 месяцев назад
i wonder if there was a bump in view count on this video's view graph since the announcement unity made about pricing changes lmao
@Libops
@Libops 7 месяцев назад
It's actually available but for the RU-vid creator (Fireship in this case) only.
@alexfoxleigh9443
@alexfoxleigh9443 Год назад
Thanks. I've been waiting for this.
@akbarhlubis
@akbarhlubis Год назад
Awesome explanation! didn't expect Open source game engine like Godot will be in 100 second video, maybe next time you can make video about other open source game engine. That will be very helpful
@main-sama
@main-sama 8 месяцев назад
Here I am after unity drama
@EeVeE3D
@EeVeE3D Год назад
Nice video ... Godot is great... It's worth learning even if you are a Unity or Unreal user...
@Noccai
@Noccai Год назад
Finally, I have been waiting for when you finally cover Godot. The wait was worth it.
@dukeselwood
@dukeselwood Год назад
Godot is awesome, really pleased you've covered it on your channel
@Gbtx6
@Gbtx6 Год назад
Was truly not expecting you'd cover one of my fav game engines
@UODZU-P
@UODZU-P Год назад
Nothing makes me happier than seeing Godot get the attention it deserves
@erikkonstas
@erikkonstas 7 месяцев назад
And now deserves even more...
@sayori3939
@sayori3939 3 месяца назад
@@erikkonstas why?
@erikkonstas
@erikkonstas 3 месяца назад
@@sayori3939 Back when I wrote that, the whole Unity fiasco was going on.
@sayori3939
@sayori3939 3 месяца назад
@@erikkonstas oh i see, that fee thing
@howardtaylor9114
@howardtaylor9114 Год назад
Been waiting for this ... for ages ... Thanks Fireship!
@howardtaylor9114
@howardtaylor9114 Год назад
Boom tish! IHAW.
@quintencabo
@quintencabo Год назад
Woah you really fit a lot in this 100 seconds!
@XoLucyna
@XoLucyna Год назад
Godot was my first game engine that i used and published my very first game back in 2017. It feels great to see its still shining like a star
@igorthelight
@igorthelight Год назад
It is! It has many improvements over those few years like HTML5 and Android version of the engine! Yes - you may use it on ANY device now! Even on your refrigerator if it has a browser! ;-) Also - there is Godot 4.0 Beta 3! It has Vulkan support and GDScript 2.0 (true static types and it's faster!)
@XoLucyna
@XoLucyna Год назад
@@igorthelight thats alot of upgrades. Thx for the information!
@igorthelight
@igorthelight Год назад
@@XoLucyna ;-)
@GlassesAndCoffeeMugs
@GlassesAndCoffeeMugs Год назад
I really like the idea of a truly open-source, lightweight game development engine, and I hope Godot continues to do great things. It's hard for me to justify transitioning from UE to Godot, not just due to the graphical differences (if you care about that) but also the numerous time-saving features that UE provides. Writing a locomotion system for example from scratch with Godot's scripting language would be a daunting task for an indie developer, unless you are doing very basic movement. The character movement component and enhanced input system in Unreal provides you with a simple, easy to modify movement system with lots of options. And if you don't want to use it, you can just delete it. I feel like everything in UE is designed to save indie devs time. That does come at a cost of a higher installation size, but that doesn't mean your packaged game will be. Godot is better served by small to medium sized teams who have knowledge of the scripting and materials already and do not prioritize graphical fidelity.
@TheMegaxPlus
@TheMegaxPlus Год назад
Agreed. Godot is going strong though, and with Godot 4.0 rolling out with more optimizations and complex 3D graphics it's quickly becoming a serious competition to Unity and Unreal. Unity has the time advantage here, with a big userbase and lots of features and plugins made over the years, and though it's going to take a while I think Godot is aiming to match their level and improve upon it. I love both Unity and Godot, but heck I really love open source.
@GlassesAndCoffeeMugs
@GlassesAndCoffeeMugs Год назад
@@TheMegaxPlus I think Godot is the perfect engine for devs who have never touched a game engine before or written any code. Its scripting language is very easy to use, and precisely because it lacks some of the third party content that Unity and Unreal have, you need to figure out how to create systems on your own. So it almost forces you learn game dev from the ground up, as opposed to what Unreal does which takes away the need to learn these systems from the ground up and places you somewhere in the middle between "No system" and "finished system". Tthese time saving features are incredibly useful but if you don't have a good understanding of what's going on in the execution from the very bottom to the very top it can cause problems later.
@delatroy
@delatroy 8 месяцев назад
@@GlassesAndCoffeeMugsso what’s better then to start with?
@GlassesAndCoffeeMugs
@GlassesAndCoffeeMugs 8 месяцев назад
@@delatroy Depends on what game you want to make and if you have any programming experience. Personally I think learning UE, even blueprints, could be a bit daunting for somebody with 0 programming knowledge. If you haven't programmed anything before and want to make a 2d platformer, Godot is the way to go, hands down. If you have some programming knowledge and want to make a shooter, Unreal is the way to go.
@duckonaroll1913
@duckonaroll1913 7 месяцев назад
yeah imo if godot is competing with anyone its unity, unreal is doing its own 3d-focused thing.
@JJ-eb4tx
@JJ-eb4tx Год назад
Thanks, I was waiting for this since forever
@HI-qz6yx
@HI-qz6yx 7 месяцев назад
been waiting for this
@thewiseone2717
@thewiseone2717 8 месяцев назад
Wow, would you look at that? A huge jump in people visiting this video! I wonder wh- Oh god
@theelysium1597
@theelysium1597 8 месяцев назад
Godot goes UP!
@DerSolinski
@DerSolinski Год назад
This is more valuable than the Godot example project... Well done. As always.
@eliromero6807
@eliromero6807 4 месяца назад
This 2 minute video helped me more than a 3 hour step by step guide, excellent crash course 👌
@FinePointCGI
@FinePointCGI Год назад
Hey! Im glad to see Godot featured! Its a really great engine and I have been doing tutorials for it for a while. Check Godot out I moved from Unity years ago and never looked back. If you have questions hit me up ill help you guys out
@asdf8asdf8asdf8asdf
@asdf8asdf8asdf8asdf Год назад
Very cool I hadn’t heard of this …. any chance we can get a couple top level reviews/comparisons and dive into the various different game engines? ….always been curious about the history, mechanics, and capabilities
@Klayperson
@Klayperson Год назад
There's already so many comparison videos on RU-vid between Godot, unity and unreal
@scuffed_content
@scuffed_content Год назад
Yea I must say for someone to want a "couple top level reviews" and have never heard of Godot. Beyond the fact you negate you're first statement with " ...always been curious about the history, mechanics..." I question some life choices and am just astounded honestly.
@sousoulefou
@sousoulefou Год назад
So happy you made a video about it !
@rocket007
@rocket007 Год назад
I started learning game dev with Godot about 2 months ago, mostly cuz of school and I just love it. The engine is just awesome am literally able to run it on my low spec Chromebook. Also got a RU-vid channel rolling cuz I was so inspired
Далее
Nim in 100 Seconds
2:35
Просмотров 437 тыс.
СКУФСКИЙ УЖИН С DERZKO69
19:52
Просмотров 417 тыс.
Ботанша от 1 до 11 класса !
28:06
Просмотров 746 тыс.
10 regrets of experienced programmers
8:16
Просмотров 870 тыс.
Best FREE Software for Game Development in (2024)
8:01
choosing a game engine is easy, actually
15:08
Просмотров 171 тыс.
Why Use The Godot Game Engine?
11:59
Просмотров 175 тыс.
I Made the Same Game in 8 Engines
12:34
Просмотров 3,7 млн
Giving Personality to Procedural Animations using Math
15:30
C++ in 100 Seconds
2:46
Просмотров 1,8 млн
They made React great again?
4:11
Просмотров 977 тыс.
Вот ЗАЧЕМ здесь ВОДЯНКА?
1:00
Просмотров 212 тыс.
📱 SAMSUNG, ЧТО С ЛИЦОМ? 🤡
0:46
Просмотров 1 млн
Apple watch hidden camera
0:33
Просмотров 21 тыс.