Are there any plans to port the launcher to linux?

It’s not a huge problem atm but I was wondering if there were plans to port the launcher to linux? Also does the engine only support the proprietary AMD driver instead of the open source driver?

1 Like

Right now there is no plan for Launcher porting, mostly due to a lack of manpower. But recently after the Editor for Linux release we’ve seen significant amount of Linux users working with Flax so I would take it as a good sign that we should port Launcher for Linux later this year (eg. when doing Editor support for MacOS).

Regarding the GPU driver we pick the first one from Vulkan API and support custom overrides via -intel/-amd/-nvidia cmd line. Here is a related code that does that:

2 Likes