you are viewing a single comment's thread
view the rest of the comments
[–] 38 points 2 years ago (3 children)

I encourage people here to check out Stride too, for something open sourced, C# based, and if Godot isn't your cup of tea for some reason.

https://github.com/stride3d/stride

  • source
  • hideshow 6 child comments
  • [–] 12 points 2 years ago (1 child)

    Doesn't Godot have C# extentions available?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 21 points 2 years ago (1 child)

    It does! But this is for people looking for more alternatives. Different people like different things.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 16 points 2 years ago* (1 child)

    Fair enough.

    Also, speaking of alternatives, people should check out O3DE. It's based on Amazon Lumberyard, which itself it based on CryEngine, but it's FOSS and managed by the Linux Foundation.

    Interestingly enough, Epic Games is a premier member, along with many other companies.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 15 points 2 years ago (1 child)

    Epic games funds a lot of open source game projects, they've funded blender and Godot multiple times.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (1 child)

    I wonder what their motive is.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 years ago (1 child)

    The more game developers there are, the more potential talent they have. The more game developers there are, the more games there are to sell.

    They also understand that Unreal isn't super accessible for beginners.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (1 child)

    Contributors need to sign the following Contribution License Agreement.

    How moral is this license? Im not good with legaleze

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 years ago* (1 child)

    Pretty standard really. You don't want contributions to the codebase come under questionable copyright concerns, or the original creator to revoke the code 4 years later causing huge headaches potentially.

    You typically have to sign these types of CLA's whenever you need to contribute to any serious project. I've had to do it for Google and Microsoft recently, and I've done it for various other open source projects as well.

    Still that shouldn't concern users/gamedevs as they don't contribute to the engine code typically. Only if they want to upstream changes back into the engine publicly they would need to sign it ofcourse

  • source
  • parent
  • hideshow 2 child comments