Hacker News new | ask | show | jobs
by enbugger 67 days ago
Godot is nowhere near to something like C# HPC, Jobs and Burst. And I’m afraid even GDExtension can’t help with that. At least not with Godot’s scene structure which prioritises simplicity over performance.
1 comments

I agree, however most indies don't need them, and most pros are getting into Unreal instead.

Also something like Burst is a workaround for using Mono with C#, which gets solved in Godot with C++.

How's the whole DOTS adoption going?

>gets solved in Godot with C++

if only by rewriting half of the Godot codebase. With design choices they made, Godot will never be performant enough for RTS/Crown simulation games.

https://github.com/godotengine/godot/issues/101494

>How's the whole DOTS adoption going?

I'm quite impressed to what people build on top of it: https://github.com/Dreaming381/Latios-Framework https://assetstore.unity.com/packages/tools/animation/mesh-a... and many more