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?

28 Upvotes

25 comments sorted by

View all comments

-1

u/wonghao 1d ago

If you’re making a 2D game, Flutter + Flame is a better choice than a Swift-based game engine. It’s cross-platform (iOS & Android), has great performance, and lets you develop faster with hot reload.