Remove AAA Remove Code Remove Sandbox Remove Scripting
article thumbnail

Godot for AA/AAA game development - What's missing?

Mircosoft Game Dev

The features offered are also a lot more reminiscent of AAA games, such as far more material options and advanced visual effects (including circle DOF , volumetric fog, AMD FSR, etc.). release (there is just too much new code that needs to be tested throughly). Sandbox style simulations. Additionally, Godot 4.0 Scene job system.

AAA 145
article thumbnail

Why isn't Godot an ECS-based game engine?

Mircosoft Game Dev

In Godot, a Button has the full inheritance chain implicit: Node -> CanvasItem -> Control -> Button -> Behavior Script. I find this makes code simpler and easier to maintain and optimize (a testament to this is how tiny Godot's codebase is compared to other game engines, while providing similar levels of functionality).