material-maker icon indicating copy to clipboard operation
material-maker copied to clipboard

Enable arm64 builds for linux

Open williamchange opened this issue 2 months ago • 2 comments

  • Partially implements https://github.com/RodZill4/material-maker/issues/1174

Adds Linux arm64 CI build step and custom export template(4.5.1 with tinyexr patch)

Custom export template is built on fedora asahi remix using the following

scons platform=linuxbsd target=template_release arch=arm64 production=yes

williamchange avatar Nov 05 '25 13:11 williamchange

Note that Windows ARM really needs to be using Direct3D 12 to work well, as I understand it. There's no native Vulkan support on that platform, so it would have to go through a translation layer, which adds a performance overhead and can introduce bugs.

Calinou avatar Nov 06 '25 00:11 Calinou

I think this pr would just be Linux for now, I don't really have a Windows ARM machine to properly test a build

williamchange avatar Nov 06 '25 03:11 williamchange