Elixir Video Games

Hello, is it possible to create video games with Elixir? Can we use qt?

Video games are an extremely broad category. I’ve seen folks build old school sprite games with Scenic for example. However you aren’t gonna build a fancy 3d rendered shooter with it either. Erlang ships with a WxWidgets integration which you can use for graphics, but as far as QT goes all I can find is https://github.com/kaos/QtErl.

2 Likes