Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Video games, tabletop, or otherwise. Posts not related to games will be deleted.
This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.
No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.
We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.
Try to keep it to 10% self-promotion / 90% other stuff in your post history.
This is to prevent people from posting for the sole purpose of promoting their own website or social media account.
This community is mostly for discussion and news. Remember to search for the thing you’re submitting before posting to see if it’s already been posted.
We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.
Make sure to mark your stuff or it may be removed.
No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.
Don’t share it here, there are other places to find it. Discussion of piracy is fine.
We don’t want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.
PM a mod to add your own
Video games
Generic
Help and suggestions
You know what else isn’t there yet? Unity, Unreal, Source, CryEngine… literally every commercial game engine requires development if you’re actually looking to push hardware limits. They’re just toolboxes.
Godot is no different, except that developers are going to be much more likely to release their changes publicly.
Godot is fantastic, it’s where blender was in 2007-8 and it’s super exciting.
It’s nowhere near the same level as the contemporaries yet. You can’t even build for console right now and have to hire third parties to port.
Keep in mind that the console makers likely don’t want too much of their SDKs to become part of Godot’s open codebase. They license it to publishers who promise them that they won’t divulge important IP.
keep in mind that unreal engine is also open source. Epic just has a system where if you get the go-ahead from a console maker, and they can confirm that, then you get access to the parts of the engine that connect to the console SDK’s
if you are an indie dev today, you can get the go-ahead from sony/nintendo/whoever and launch your UE/unity game on those platforms without much fuss. if you have a godot game you have to contact a third party porting house and ask them to port the game to those consoles. those companies have already made the godot hookups into platform specific SDK’s but you still have to contact, and licence them to do this, if they accept working with you.
The Unreal Engine is not open source by any reasonable definition of open source. Being “source available” is not the same as open source, as you can’t use the code whoever you like.
deleted by creator
You have it reversed. The “source available is open source” argument is the more recent idea. Unless by “recent” you mean “in the last 30 years”.
you can’t use most open source code “however you like” either, they all have licenses. the main restriction with unreal engine is that you can’t mix it with copyleft licenses and you can’t use it commercially.
but you can do what most people want to do, modify, extend, fix, learn. that’s the most relevant thing for what we are talking about here
Alright, sure my language was overly broad. “The licensing is restrictive in a way which makes it clearly not open source.” would have been a better choice.
So, it’s not open source.
That still doesn’t make it open source, mainly because you are missing one of biggest aspects, distribution.
Open source != copyleft. That’s free software if you want to go that route.
Also, you can distribute your version, of course you can. Both your changes and binary form. It’s just all distributed under epics unreal engine licence
Are you sure?
So, you can only distribute source to people who are specifically licensed by Epic to use the source. That sure doesn’t sound anything like “open source” to me.
The problem is that Godot is FLOSS. Unreal is missing the free (as in freedom) and libre part.
kinda, its MIT so it’s not free. I can, for example, change a bunch of godot. release my changes in binary only form and you can’t demand the source from me. I mean you can but i’ve no legal compulsion to do that.