this post was submitted on 02 Jun 2025
56 points (100.0% liked)

Godot

6772 readers
3 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 2 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] tabular@lemmy.world 7 points 2 weeks ago (1 children)

Being able to set a class as abstract is a nice addition.

Not sure how useful Apple VR stuff is, can you release open source games for Apple hardware?

[–] Kronusdark@lemmy.world 7 points 2 weeks ago (1 children)

You can but it’s annoying as the devs still have to pay Apple $100 a year for a dev license.

[–] tabular@lemmy.world 1 points 2 weeks ago (1 children)

Does Apple Dev License provide any dev tools or services?

[–] Kronusdark@lemmy.world 1 points 2 weeks ago (1 children)

Dev license just gives you the ability to publish on the AppStore and access Apple support I think.

Their dev tools (ie Xcode and Swift) are free.

[–] tabular@lemmy.world 2 points 2 weeks ago

I presumed their store is the only way to publish on Apple VR hardware? I'd be happy with just a free repository hosting it.

[–] erytau@programming.dev 6 points 2 weeks ago

Shader baker on export! Really, really nice. I wonder how much build size will increase though.

[–] NocturnalMorning@lemmy.world 3 points 2 weeks ago (1 children)

Has there been any movement on terrain editors and level streaming? That's the main thing that pushed me toward Unreal over Godot. Haven't kept up with Godot dev for a while, but would love to move back to the open source stuff.

[–] popcar2@programming.dev 3 points 2 weeks ago (1 children)

There hasn't been movement on terrain editors, but there is one or two popular addons for terrains that have gotten good improvements. I think Terrain3D is the most popular.

For level streaming, the devs said they need to rework a lot inside the engine for it to happen, it's a long-term goal. There's been a lot of improvements to the codebase and especially performance in 4.5, but yeah it's not quite there yet. I wouldn't recommend the engine if you're trying to do something open-world or with huge levels.

[–] NocturnalMorning@lemmy.world 2 points 2 weeks ago

Thanks for the info! Looking forward to the day i can switch back!