buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
89 stars 22 forks source link

Add support for more platforms in the produced FFI binaries #40

Open qdot opened 3 years ago

qdot commented 3 years ago

We should be able to support multiple platforms in our C# nuget package. However, this will require runtime platform detection and loading, which is going to be interesting to deal with.

Checklist for finished platforms:

kitlith commented 1 year ago

I think this issue could be updated to be about the Java FFI (not that we'll have users of it for much longer)

We should already have mac and linux x64 at this point. We might want to consider adding mac/linux x32, and windows/linux arm64 to this list.

qdot commented 1 year ago

Generalized the title at least.