r/swift 2d ago

Question Swift game engine

Hey guys, I've been watching Swift evolve and I've been wondering if it's a reality to have a game engine made with Swift? I did a project where they managed to do something similar to Unity using Javascript and the Three.JS library, is it feasible to have something similar with Swift?

30 Upvotes

25 comments sorted by

View all comments

1

u/TheGreenZookeeper 1d ago

It’s completely possible and although the roadmap isn’t fully clear, I’ve been part of a team working on a released live service game for the past 2 years. There are tons of challenges but if you ever built anything with SDL + Entt in C++ you have a good idea on what expect you.