this post was submitted on 21 Jun 2024
111 points (96.6% liked)

OpenSourceGames

2335 readers
57 users here now

founded 3 years ago
MODERATORS
 

A lot of old games have become unplayable on modern hardware and operating systems. I wrote an article about how making games open source will keep them playable far into the future.

I also discuss how making games open source could be beneficial to developers and companies.

Feedback and constructive criticism are most welcome, and in keeping with the open source spirit, I will give you credit if I make any edits based on your feedback.

you are viewing a single comment's thread
view the rest of the comments
[–] RageAgainstTheRich 10 points 1 week ago (2 children)

I legit do not understand new devs picking unreal or unity instead of godot.

Is it because they think they can crank out a AAA level of graphics for their game?

[–] rockSlayer 13 points 1 week ago

Development is very much a "use what you know" type of field, especially at big game companies. Learning a new game engine is like learning a completely new programming language, often because you're doing both. Every game engine has a scripting language, and very few use the same scripting language.

[–] Potatisen 5 points 1 week ago (3 children)
[–] rockSlayer 10 points 1 week ago (1 children)

It's an open source game engine comparable to unity. It's governed by a foundation dedicated to maintaining it, so it has no risk of pulling a unity

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

No risk. Godot is distributed under the MIT license. If the foundation does something shady, you're free to clone the entire engine, name it "Frodot", and continue to add features to your own version.

Exporting to other platforms like Xbox, Nintendo Switch depend on some additional infrastructure, so the same may not apply.

[–] Zachariah 6 points 1 week ago

It’s what you’ve been waiting for.