buttplug-developer-guide
buttplug-developer-guide copied to clipboard
Buttplug Developer Guide
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Follow up to #54. I was mostly able to migrate the example code to the v6 API, however I have a few questions about `device_control.rs`: - `server::comm_managers::test::new_bluetoothle_test_device` was moved to...
build(deps): Bump Google.Protobuf from 3.14.0 to 3.15.0 in /examples/csharp/DeviceEnumerationExample
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
Have been trying to get a PDF outputted so can print these docs and having a really tough time here. Seems Gitbook (the open source version) was deprecated awhile ago....
Ran: `git clone https://github.com/buttplugio/buttplug-developer-guide.git` `cd .\buttplug-developer-guide\` `npm install` which resulted in: ``` npm WARN deprecated [email protected]: Debug versions >=3.2.0 =4 =3.2.0 =4 =1.3.6 to avoid a prototype pollution issue npm...
Write documentation for the Websocket DCM, so that DIY people have a simple way to talk to either bridge programs or directly to their hardware.
The C# projects only build Any CPU, which means they break on windows when someone tries to link against the buttplug-rs-ffi x64 binary. Default to x64 for the examples.
Now that the Java FFI has landed, we need to add Java examples to the dev guide.
Just had someone trying to import the web stuff in a webpack'd application. Need to maybe make this more clear.