material-maker
material-maker copied to clipboard
Enable arm64 builds for linux
- 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
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.
I think this pr would just be Linux for now, I don't really have a Windows ARM machine to properly test a build