orion icon indicating copy to clipboard operation
orion copied to clipboard

Does orion support iOS and Android platforms?

Open ferencIOS opened this issue 1 year ago • 1 comments

Hello orion maintainers,

Firstly, I'd like to express my appreciation for the hard work you've put into this library—it truly looks promising.

I'm considering using orion for a cross-platform project targeting both iOS and Android. Before I proceed with the integration, I have a few questions:

  1. Compatibility: Is orion compatible with iOS and Android platforms out of the box?
  2. Workarounds: If it's not natively supported, are there any known workarounds or steps to ensure smooth operation on these platforms?
  3. Performance Tests: Have there been any performance or integration tests conducted on mobile devices that you could share with us?

Your insights will be invaluable in helping us make an informed decision for our project.

Thank you in advance for your time and feedback!

ferencIOS avatar Oct 13 '23 09:10 ferencIOS

Firstly, I'd like to express my appreciation for the hard work you've put into this library—it truly looks promising.

Thank you!

  1. Compatibility: Is orion compatible with iOS and Android platforms out of the box?

Orion's test-suite isn't being run on iOS/Android currently. However, Orion itself doesn't have any architecture-specific logic, so it should work on any architecture where Rust runs.

There is one dependency that has arch-dependent logic, which is getrandom. Though, last time I checked, this crate supports both iOS and Android, so you can run Orion with default features.

  1. Workarounds: If it's not natively supported, are there any known workarounds or steps to ensure smooth operation on these platforms?

See above.

  1. Performance Tests: Have there been any performance or integration tests conducted on mobile devices that you could share with us?

Unfortunately there have not (except for the general ARM instruction testing on a Raspberry Pi).

brycx avatar Oct 13 '23 10:10 brycx