buttplugio / buttplug

Rust Implementation of the Buttplug Sex Toy Control Protocol
https://buttplug.io
Other
846 stars 63 forks source link

C++ bindings? #634

Open sylvieee-iot opened 2 months ago

sylvieee-iot commented 2 months ago

Hello I am developing toy support for emulator written in C++. I am adapting https://github.com/dumbowumbo/buttplugCpp for this purpose, but I would love if I could use a library as well-maintained and feature-filled as this one.

Thank you for your time & your work on this project

qdot commented 2 months ago

Heh, well, this is the main library for the project which is why it's got all of the features. :)

buttplugCpp is a client for our system, which should get you far enough to be usable. Ideally, what your setup will look like is that your code will talk to Intiface Central, which is basically a GUI wrapper around this repo. Was there something specific you were looking for?