viro icon indicating copy to clipboard operation
viro copied to clipboard

Add ViroFBX script support for windows/linux

Open robertjcolley opened this issue 2 years ago • 1 comments

The viro docs reference this here.

robertjcolley avatar Feb 17 '22 17:02 robertjcolley

I ported ViroFBX to Linux in April 2021 on the ViroFBX#linux-support branch as part of my job. It definitely works on my Arch Linux machine and I'm pretty sure it will work on other Linux machines too (some dependencies might need installing).

My colleague then took my Linux port and ported it back to macOS, so it will work on both systems in one code-base. That's on the Revolware-com/ViroFBX#fix/macos-support. It works on my Arch Linux machine and generates the exact same binary (checked by sha256sum). It also auto-detects the OS during the compilation.

There are some references to Windows in the code-base, but I don't know anything more.

mariansam avatar Feb 21 '22 00:02 mariansam