buttplug-developer-guide icon indicating copy to clipboard operation
buttplug-developer-guide copied to clipboard

Buttplug Developer Guide

Results 14 buttplug-developer-guide issues
Sort by recently updated
recently updated
newest added

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...

dependencies
javascript

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...

[//]: # (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...

dependencies
.NET

[//]: # (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...

dependencies
.NET

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.

enhancement

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.

bug

Now that the Java FFI has landed, we need to add Java examples to the dev guide.

enhancement

Just had someone trying to import the web stuff in a webpack'd application. Need to maybe make this more clear.