Confused on Steam Play and Proton? Be sure to check out our guide.
We do often include affiliate links to earn us some pennies. See more here.

Godot Engine 4.0 Alpha 1 is out with Vulkan support, rendering overhaul

By - | Views: 22,578

Free and open source game dev tech Godot Engine is jumping up a few levels today with the absolutely massive release of Godot Engine 4.0 Alpha 1. This is going to change the game in huge ways.

This version has been in development for multiple years, with an aim to bring Godot closer to the graphical power and standards being set by the bigger lot (Unity / Unreal etc). All work being done has been in addition to the usual updates to the 3.x branch that is still ongoing too. Godot 4 though brings with it massive changes to the very core of Godot.

3D Scene example from Godot 4 with reflections

Some of the major additions include:

  • Vulkan API support with two backends:
    • Clustered - for desktop.
    • Vulkan Mobile - speaks for itself, but also supports desktop - meant for simpler games.
  • Absolutely masses of new graphics features like: specular mapping when using 2D lighting, fully real-time VoxelGI, signed distance field-based global illumination (SDFGI) for open world lighting, volumetric fog with optional GI contribution, new GPU-based lightmapper and the list goes on.
  • Shader compiler rewritten from scratch.
  • Major text rendering upgrades, with right-to-left language support.
  • Overhaul to importing 3D assets, with a big speed bump too.
  • New TileMap and TileSet editors with better usability.
  • Godot Physics system to replace Bullet.
  • Support for multiple windows of the Editor.
  • GDScript was rewritten from scratch with a cleaner approach.

See the full announcement post on the Godot blog. A full list of changes is still being put together that you can see up on GitHub and it's pretty long!

Article taken from GamingOnLinux.com.
40 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
19 comments
Page: «2/2
  Go to:

Shmerl Jan 25, 2022
Quoting: TrainDocNo it's GLSL.

I'm not sure what making the language more accessible means than if they are using an existing one.
TrainDoc Jan 25, 2022
Quoting: Shmerl
Quoting: TrainDocNo it's GLSL.

I'm not sure what making the language more accessible means than if they are using an existing one.

I'm guessing the visual shaders implementation of the GLSL has been improved.
ridge Jan 25, 2022
Guess it's time to stop...
Purple Library Guy Jan 25, 2022
Quoting: ridgeGuess it's time to stop...
It really is. I've seen a performance of that . . . it is such a downer.
setzer22 Jan 26, 2022
Quoting: Shmerl
Quoting: TrainDocNo it's GLSL.

I'm not sure what making the language more accessible means than if they are using an existing one.

Godot uses GLSL, but you're not writing the GLSL shaders your GPU would be executing from scratch. There's a lot of boilerplate that Godot puts together with your code snippets to make the experience more streamlined. Things like accessing the model-view matrix as simply MODELVIEW_MATRIX are not standard GLSL, they're uniform variables Godot is defining for you.


Last edited by setzer22 on 26 January 2022 at 8:12 am UTC
TrainDoc Jan 26, 2022
Quoting: setzer22
Quoting: Shmerl
Quoting: TrainDocNo it's GLSL.

I'm not sure what making the language more accessible means than if they are using an existing one.

Godot uses GLSL, but you're not writing the GLSL shaders your GPU would be executing from scratch. There's a lot of boilerplate that Godot puts together with your code snippets to make the experience more streamlined. Things like accessing the model-view matrix as simply MODELVIEW_MATRIX are not standard GLSL, they're uniform variables Godot is defining for you.
Ah that's close to what I was thinking. Thanks for the clarification.
Botonoski Jan 27, 2022
I've wanted to use this engine for my pet projects for a long time, but my utter ineptitude at programming has always prevented me from doing such. It's annoying when things like RPG Maker and AGS feel so stiffing creatively as a result of the intention restrictions, and yet those restrictions are the only thing keeping them usable to people like me as without them things become nauseatingly abstract.
reaply Jan 28, 2022
Go team!

People have been very positive in the Godot Discord and have helped to point out bugs. It’s been a pleasant experience watching the community work wonderfully together.
14 Jan 29, 2022
View PC info
  • Supporter Plus
Quite exciting.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.