this post was submitted on 15 Sep 2023
1603 points (98.7% liked)

Technology

58061 readers
31 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


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

Is it that hard for a group of devs to get together and build an Open Source alternative to Unity?

[–] [email protected] 36 points 1 year ago (7 children)

yes, game engines are highly complex programs with decades of development, problem solving, and bug squashing under their belt. Fortunately there's about to be high demand for a foss engine so I imagine Godot will get pretty good, but it's got a long way to go.

[–] [email protected] 6 points 1 year ago (2 children)

Just out of interest, what are the shortcomings of Godot?

[–] [email protected] 9 points 1 year ago (3 children)

As an avid godot dev, the only gripes that I've had with it are a) merge conflicts can be a nightmare (but you can use git unlike unity sooooooo) and b) it lacks some deep control, but I was just able to fork it and implement it myself lmao.

It's actually really polished imo. It's sleek, minimal (compared to the others in its weight class), only 100mb, and development is just accelerating.

[–] [email protected] 6 points 1 year ago (1 children)

What does "deep control" mean?

[–] [email protected] 3 points 1 year ago

Things like oblique clipping planes for the camera's frustum. Basically something so specific and niche that it's kinda understandable that it's not a focus of the main engine.

[–] [email protected] 3 points 1 year ago

Will you submit a pull request with your fork? Maybe other users could benefit from it

[–] [email protected] 2 points 1 year ago

I've been using git with Unity for 6 years and it works fine. Merge conflicts with scenes are painful, sure, but I guess that's just the way it is. In my use-case there weren't many conflicts.

[–] [email protected] 3 points 1 year ago

IIRC it doesn't have quite as much polish as Unity or Unreal, and last I researched, it doesn't run natively on Wayland (yet).

load more comments (4 replies)
load more comments (13 replies)