this post was submitted on 14 Sep 2023
584 points (97.6% liked)

Programmer Humor

32063 readers
845 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Can they tell the differences between installs or can't they? Either way, they're definitely lying to their users.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Rambi@lemm.ee 17 points 1 year ago* (last edited 1 year ago) (1 children)

I looked into it briefly after hearing this news and saw people talking about Godot. It's for 2D and 3D multi-platform games and you can use C#, C++ and others. Sounds pretty cool

https://en.m.wikipedia.org/wiki/Godot_(game_engine)

[โ€“] barsoap@lemm.ee 7 points 1 year ago

The other cool kid on the block right now is bevy. It's less of an engine for people who just want something to write their game in, though, but more of a framework for people looking to write their own engine. There's practically nothing you can't customise or replace in that thing, it's built to be both flexible and performant.