TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Godot 3.3

430 pointsby sc__about 4 years ago

23 comments

keyleabout 4 years ago
I&#x27;ve shipped a commercial game in Godot 3.2. I&#x27;m also well versed and shipped games in UE4.<p>All I can say is working with Godot is an absolute bliss. Seriously, it&#x27;s fun, it&#x27;s &quot;easy&quot; and it gets out of the way. Within a couple of weeks, you can be focusing on making your game, rather than a constantly evolving tech-demo.<p>There are only two caveats: understand what Godot is not good at, 3D open world &#x2F; large landscape, and console development.<p>Godot 4.0 was a total mess the last time I tried it though. The Vulkan stuff was completely half baked and the UI was acting out. Godot 3.2 though, solid fun.
评论 #26898609 未加载
评论 #26898379 未加载
评论 #26898470 未加载
评论 #26902070 未加载
评论 #26899433 未加载
评论 #26900202 未加载
评论 #26899621 未加载
评论 #26900188 未加载
评论 #26904711 未加载
评论 #26902694 未加载
评论 #26900388 未加载
xahrepapabout 4 years ago
I’ve been using Godot for the last month. It’s been so fun to get back to game development as a hobby (it’s how I got into software development). I’ve tried many other game engines in the last few years but Godot just really ... works for me. It just clicks. Love it. Excited to try the new version!
评论 #26898118 未加载
评论 #26898354 未加载
viceroyalbeanabout 4 years ago
Looking forward to checking this out. I&#x27;ve been playing around with some physics based ideas in Godot but had issues with collisions. Hoping that the collision fixes mentioned in the changelog applies to what I&#x27;m doing.<p>I&#x27;m very impressed with the quality of Godot and its continuous improvements.
评论 #26898348 未加载
rplntabout 4 years ago
If you want to give Godot a try, now&#x27;s probably the best weekend to do so:<p><a href="https:&#x2F;&#x2F;ldjam.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ldjam.com&#x2F;</a>
eggyabout 4 years ago
I picked up Godot years ago, and played with it on and off, because I am only a hobbyist. I have been spending time in Godot and in Stride[0], an opensource Unity-like 3D GE, but with a lot less clutter and fantastic C# and VS&#x2F;VS Code support. Stride also has a lot of great documentation and examples, and you can utilize C# scripts from Unity with some tweaking. The visual effects program vvvv, has a new product gamma based on Stride[1]. When and if Godot gets stronger on 3D, I may switch completely to it, although I wish it had a Lisp&#x2F;Scheme for the scripting language...maybe Janet[2] could be used! Like I said my wish list. I am so happy there are so many choices available. I started programming in 1978, so things have come a long way for sure!<p>[0] <a href="https:&#x2F;&#x2F;stride3d.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stride3d.net&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;vvvv.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vvvv.org&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;janet-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;janet-lang.org&#x2F;</a>
评论 #26903031 未加载
polytelyabout 4 years ago
&gt;Fabio Alessandrelli (faless) has done a lot of work to enable running the Godot editor on the Web, using the same export code as for Godot-made games (since the Godot editor is developed 100% with the Godot API).<p>This feels so satisfying for some reason, it feels like it set ups a great feedback loop where improvements needed to improve the editor also result in improvements to the whole platform
Flex247Aabout 4 years ago
Godot is a really good engine but there&#x27;s one thing which I cannot get to work properly: UI font rendering. The interface font is blurry across platforms. I hope they introduce a fix for it.
评论 #26899864 未加载
评论 #26911353 未加载
评论 #26900461 未加载
The_rationalistabout 4 years ago
Kotlin is getting support btw <a href="https:&#x2F;&#x2F;github.com&#x2F;utopia-rise&#x2F;godot-kotlin-jvm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;utopia-rise&#x2F;godot-kotlin-jvm</a>
falsaberN1about 4 years ago
I have been using Godot extensively for the last couple years and it&#x27;s an absolute joy to use. Documentation had some holes at the time I started, but it was not very difficult to figure everything out by looking at the demo repository. After that, doing stuff like procedural textures or sound effects was almost too easy. The UI widget support is excellent. It&#x27;s so easy to put together and add logic to any display or interface element I could think of, even when making them adaptive to screen resolution. Whenever I have to do something with GTK or QT or other widget libraries I kinda wish I had as much as a fun time as putting interfaces together with Godot.<p>The animation support is also excellent, allowing to key every node property and even adding code calls perfectly adjustable in the timeline. I never used Flash to create things myself, but I hear people comparing Godot to it in terms of being able to do stuff. And from my own experience I believe it.<p>For 2D games I can&#x27;t quite think of anything better. My own stuff has plenty of 2D visual effects (think of a discount version of the Super Robot Wars series in terms of looks), shaders, a zillion explosions and even my former computer (already a toaster circa 2014) barely registered CPU activity. 3D wasn&#x27;t as good, although I was able to do little things that looked fine and performed okay in my former computer, it was noticeably more intensive, and the 3D demos by other people with full effects and high poly counts went at like 5FPS (they run smooth in my new machine, but gotta think of the weakest link). Godot 4.0 promises interesting upgrades on that field, though.<p>Since my game is going to need 3D for dungeon navigation I think I&#x27;ll try to wait until 4.0 is released to finish that part, even if I have to port my code to accommodate for breaking changes. I did it with an earlier game in the transition from 2.x to 3.x and was a bit tedious but not really difficult. I&#x27;m not in a hurry and I can improve plot and features while at it, I&#x27;m just going to release it as FOSS when done, so I can wait and see if the improvements are worth it.
stolen_biscuitabout 4 years ago
Consistently impressed by the dedication of the Godot developers. Love to see such a healthy and well-managed open source community!
ggvvfddeabout 4 years ago
I&#x27;d love to create a game but the sheer amount of time and effort to build something is insane. And then you have to hope you are really good at marketing or you hit the social media lottery.
评论 #26905981 未加载
paper743cutabout 4 years ago
Godot Rocks. Thanks to all devs
vkk8about 4 years ago
Is anyone aware of any serious(ish) open source game projects using Godot? I very much like the idea of game development as a hobby project and I&#x27;d think that contributing something small to an existing project is a better way to learn the ropes than just making an entire game by myself.
评论 #26901695 未加载
rafaelvascoabout 4 years ago
I was reading this post and salivating. Delicious. Godot is my favorite engine right now, and for me the very best. It just clicked with me. I tried pretty much all of them. And did my fair share of personal engines through the years. Godot has it all covered.
leshokuninabout 4 years ago
Hopefully it’s slower so we can all be waiting for Godot
to-too-twoabout 4 years ago
Godot looks awesome but what keeps me from using it is the lack of console support. Does anyone know why that is? I’m guessing licensing and stuff like that.<p>Might be third party companies out there that could be hired to do the porting, but I don’t know.
jensvdhabout 4 years ago
How does it WebASM version compare to Unity? Does it support 2D lights and shadows?
georgeecollinsabout 4 years ago
I get worried when people tell me an upcoming release (4.0) will be compatibility breaking. I really like Godot, it is so conceptually clear and easy to work with.<p>This is an open source project, so they can do what they want.
cyborgx7about 4 years ago
Very excited for the improved FBX import. Haven&#x27;t tested it yet but it should finally allow me to properly import some Kenney assets I acquired.
Bostabout 4 years ago
Waiting for Godot full play <a href="https:&#x2F;&#x2F;youtu.be&#x2F;H5zoztwfs40" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;H5zoztwfs40</a>
sgtabout 4 years ago
Will Godot work for my cat jumping game?
publicola1990about 4 years ago
Having been trying to using this, but strangely found that there is no c++ version available for Windows, whereas it is the preferred version in linux. Is this the case?.
评论 #26898547 未加载
评论 #26911368 未加载
评论 #26898677 未加载
jayzalowitzabout 4 years ago
I have been waiting for Godot ..... 3.3....