Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does orion support iOS and Android platforms? #358

Open
ferencIOS opened this issue Oct 13, 2023 · 1 comment
Open

Does orion support iOS and Android platforms? #358

ferencIOS opened this issue Oct 13, 2023 · 1 comment
Labels
new feature New feature or request

Comments

@ferencIOS
Copy link

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 ferencIOS added the new feature New feature or request label Oct 13, 2023
@brycx
Copy link
Member

brycx commented Oct 13, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants