this post was submitted on 07 Mar 2024
68 points (98.6% liked)

Godot

5382 readers
82 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 1 year ago
MODERATORS
 

After two years of development, W4 Games is proud to announce the first beta release of W4 Cloud, our open-source backend for online and multiplayer games optimized for the Godot Engine.

W4 Cloud has been built around the same concepts as the Godot Engine: simplicity and flexibility.

As part of our commitment to open-source, we have made the initial public release available under the GNU AGPLv3 license.

~~Note that it seems this will only be free & open source initially, but will probably move to a paid model on release. W4 is a for-profit company, after all.~~

Edit: Removed some speculation, I misunderstood the "initial public release" part and assumed later releases would not be foss

you are viewing a single comment's thread
view the rest of the comments
[–] poVoq@slrpnk.net 8 points 4 months ago (1 children)

I had a look at the source, but this seems like a really complex setup. Maybe good for scaling if your game is a viral hit, but for 99% of all games it seems total overkill and way to complex. I guess that is another way to make something open-source but also make it unrealistic that anyone else will ever use it 😒

I think Nakama also has a Godot integration and that is probably a bit easier to set up.

[–] GammaGames@beehaw.org 8 points 4 months ago* (last edited 4 months ago)

If you want to invite large scale games you gotta support them. There’s a reason it’s not built into the editor, there’s already easier networking features for everyone else.