badicsalex / ar-drivers-rs

Opensource Rust driver for various AR glasses
MIT License
128 stars 20 forks source link

Enable cross-compilation #18

Open tribbloid opened 1 month ago

tribbloid commented 1 month ago

2 options I'm aware of but haven't tried:

my team is working on several builds for ARM architecture (MacOS/Linux). They work smoothly, but we would ideally move to a single publishing pipeline that uses a x86_64 computer to build binaries for all environments.

please upvote if you have similar requirement

badicsalex commented 1 month ago

Does this project need to be modified in any way to allow using these tools?

tribbloid commented 1 month ago

negative, my branch (without opencv dependency) compiles on both a amd64 laptop & a rockchip SoC as-is, both with the latest Debian + libhidapi-dev + libusb-1.0-0-dev.

would be interested to know how Android SDK did this