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

FFI should allow for arbitrary connectors #98

Open
kitlith opened this issue Feb 7, 2023 · 0 comments
Open

FFI should allow for arbitrary connectors #98

kitlith opened this issue Feb 7, 2023 · 0 comments
Assignees

Comments

@kitlith
Copy link
Contributor

kitlith commented Feb 7, 2023

Feature Description

Right now, we're restricted to the connectors included within the rust library.

On the rust side, we should add a FFI connector struct that wraps a few callbacks passed over FFI. This should be exposed somehow, maybe as its own dedicated function? (buttplug_create_connector?)

Open Question: how are the messages communicated across this FFI boundary? Can they be expressed in terms of the protobufs we already use?

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

No branches or pull requests

2 participants