-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support for Android and IOS #4
Comments
I seem to be running into rust-lang/cmake-rs#171 when trying to build in xcode. |
Any developments on this, did it fix itself or should we look into it 🙂. |
Not on my end. I concluded it might be too much to ask right now, so I'm using libpd on iOS and talking to rust with uniffi. |
I've been maintaining this a little bit more recently, multi instance support etc. I think it only makes sense to use this library if a developer is writing the whole project including the ui rendering in rust for mobile. If it is an architecture where the UI is in java/swift and app logic is linked statically as a rust library with C interface then it might not make sense to use libpd-rs. One can just link it and call C functions. C -> Rust -> C -> Java/Swift does not make sense for that case. |
Then I realized this is the libpd-sys repo 😆. |
Check if it runs in Android or IOS platforms.
Change
build.rs
accordingly to support those.The text was updated successfully, but these errors were encountered: