this post was submitted on 14 Sep 2023
415 points (79.5% liked)

Programmer Humor

18958 readers
1126 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 11 months ago (2 children)

Rooting for Bevy so much rn

[–] [email protected] 4 points 11 months ago (1 children)

Yeah me too, but I think it's not there yet, when you think out of a less programmer focused perspective, as most of the stuff in games is of artistic nature (which takes time to make, even with all the AI stuff) and otherwise simple game logic for most of these indie games. So something like an interactive GUI editor to "debug" is a must have for artists.

[–] [email protected] 2 points 11 months ago (1 children)

There's still Fyrox too. But for those used to Unity's ECS it's OOP style might be deterring.

[–] [email protected] 2 points 11 months ago

True, Fyrox often gets less love than e.g. Bevy (probably because the data-driven ECS pattern feels more idiomatic in Rust than OOP, and probably because it's mostly a one-man-show as well)

[–] acwern 3 points 11 months ago (1 children)

Sadly don't think Bevy's going to benefit too much from this drama. Most people from Unity will want a more complete toolset and probably won't be wanting to learn a whole new language. Can see a lot of indie devs making the switch over to Godot though