Should we make a push into gaming industry?

Realistically, no. (Betteridge strikes again :wink:)

While there are FOSS games, and some of them are quite good, modern games are usually for-profit, commonly sold on a distribution platform like Steam. This requires coding the game in some framework (eg Unity once, mostly, then deploying on Windows, Mac, various game consoles, and (hopefully) Linux.

Julia does not offer anything special here: while some games can be computationally heavy, this kind of computation (graphics, 3D modeling) is at this point well-understood and mature. But it comes with some significant disadvantages, eg the difficulty of creating self-contained executables.

This is not to say that writing a game in Julia is impossible. But most of the time this will be done because the authors are already familiar with Julia, not because it is the best tool for the job.

7 Likes