It's finally here! The wait for Godot 4.2 begins...
Godot 4.1 is here, smoother, more reliable, and with plenty of new features
https://godotengine.org/article/godot-4-1-is-here/
https://godotengine.org/article/godot-4-1-is-here/
It's finally here! The wait for Godot 4.2 begins...
6 Comments
simple@lemm.ee · 13 pts · 3y
Nice to know that they're aware of all the web issues. As someone mainly using web exports it reaaaally hope they get around to fixing compatibility issues on web exports, and hopefully removing sharedarraybuffers being required.
As always, I blame Apple :P
anlumo@feddit.de · 2 pts · 3y
I really hope they won’t remove SharedArrayBuffers. It’s the technology that allows multithreading in a web browser.
Since modern CPUs ship with 16 hardware threads and even 128 thread machines are coming up, it’d let a lot of performance remain on the table that could better be used to improve performance.
simple@lemm.ee · 1 pts · 3y
Having the option at least would be nice. I know the benefits of using sharedarraybuffers but right now there are a ton of websites that don't support it. Maybe in a year or two it could be standard.
anlumo@feddit.de · 1 pts · 3y
I can’t speak for the devs, but my feeling is that it would be a lot of work to maintain two systems in parallel, one multithreaded and one singlethreaded, especially for a niche platform.
Bevy does it this way (doesn’t support multithreading at all on the web), but that engine is much leaner.
russmatney@programming.dev · 3 pts · 3y
I'm loving being able to break the docs (script tab) out of the editor!
violetgreendev@programming.dev · 2 pts · 3y
Can't wait to update!