article thumbnail

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

Mircosoft Game Dev

using data oriented algorithms to process the culling of objects and both secondary command buffers and automatic batching to efficiently submit the draw primitives. This is needed for some types of game mechanics such as: Projectiles (bullet hell for example). Sandbox style simulations. Complex custom particles that run on CPU.

AAA 145