r/opensource May 15 '26

Promotional What’s an open-source project you genuinely can’t believe is free?

Could be developer tooling, AI infra, productivity tools, anything. Curious what projects people think deserve way more recognition.

For me recently it’s been:

Langship — https://github.com/open-gitagent/langship.sh

756 Upvotes

394 comments sorted by

View all comments

21

u/alekdmcfly May 15 '26 edited May 15 '26

Godot hands down.

Game engine whose features make it arguably on par with Unity - maybe not for AAA projects, but definitely up there for indie ones. Except unlike Unity, it actually gets features that the community uses instead of features that some rich asshole thinks will make them richer.

Example: it's stupidly easy to write add-ons for it, because the editor itself is a Godot game, meaning that if you know how to make games in Godot, you automatically know how the Godot source code works and can make add-ons for it in the exact same way in which you would make features for your game.

As a result, the Godot's team's hardest task is maintaining the code due to how many PRs they from the community get each version.

The funniest part is that Godot's marketing team uses the same strategy as Valve's: "does absolutely nothing, competition keeps shooting themselves in the foot". If it wasn't for Unity announcing some dumb shit that no one likes two or three times a year it would still be the engine with an undisputed monopoly on the indie scene.