Buttplug 3.0.0-alpha0
See the version list below for details.
dotnet add package Buttplug --version 3.0.0-alpha0
NuGet\Install-Package Buttplug -Version 3.0.0-alpha0
<PackageReference Include="Buttplug" Version="3.0.0-alpha0" />
paket add Buttplug --version 3.0.0-alpha0
#r "nuget: Buttplug, 3.0.0-alpha0"
// Install Buttplug as a Cake Addin #addin nuget:?package=Buttplug&version=3.0.0-alpha0&prerelease // Install Buttplug as a Cake Tool #tool nuget:?package=Buttplug&version=3.0.0-alpha0&prerelease
Buttplug C# - Client Only Implementation
This repo houses are pure .Net version of the Buttplug C# Client, runnings the Version 3 Buttplug Spec. It is expected to run against either Intiface Central (GUI) or Initface Engine (CLI). No Rust FFI bindings are required.
What happened? Why is buttplug-csharp back?
For those of you that have been around a while, you may remember that this used to be the main C# implementation. From 2017 to 2020, it was the reference version of the Buttplug Intimate Haptics Control Standard.
Then I rewrote everything in Rust because I like Rust more and it's far easier for me to port across platforms. This repo was archived ~2 years ago in preference to seating the C# client and server on top of the Rust implementation of Buttplug, as part of the Rust FFI Project.
That project ended up being a partial failure.
While the FFI system is handy for languages where it is very difficult to rebuild some parts of the library (C/C++/Java/etc...), for managed langauges like Javascript and C#, requiring both the client and server to use the FFI was overkill, and caused many extremely difficult-to-debug issues. With that in mind, the C# implementation is being turned into a Client only, .Net native implementation that should run on all platforms.
Didn't ManagedButtplugIo already do this?
ManagedButtplugIo is a community produced, .Net native version of the Buttplug C# API, modeled off the FFI (which itself was modeled off of the original C# API). It's been helping the community along while the C# FFI implementation went off a cliff.
They did a very good job and I'm very appreicative of it (and I've used it in some of my own projects)!
The main reason I'm still keeping up my own C# client is that this is a big part of a LOT of the systems I maintain, like the Unity plugin. As part of how I fund this project is consulting on those, I need an implementation I'm responsible for. That said, this doesn't have to be the only implementation, and I'll still be keeping all imeplementations listed both in this README and on our Awesome List
Nuget and Packages
In order to reduce the amount of required dependencies, Buttplug is currently split into 3 Nuget packages.
- Buttplug - The Client Implemenation. Only dependency is NewtonsonJSON (And Microsoft.CSharp 4.7)
- Buttplug.Client.Connectors.WebsocketConnector - A Websocket connector built in top of WebsocketListener. While a websocket implementation is very much needed to use the client libraries, This is kept as a seperate dependency in case developers want to use a connector built on top of another Websocket library that may work better with or is already integrated in their setup (Like WebsocketSharp).
- Buttplug.Util.WebsocketDevice - This is a test package that allows simulation of devices via the Buttplug Websocket Device Manager. More info about this can be found in The Buttplug Developer Guide.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.2)
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.2)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Buttplug:
Package | Downloads |
---|---|
Buttplug.Server.Managers.XInputGamepadManager
Adds XInput Device enumeration and vibration/rumble control to Buttplug. (.Net Framework 4.7+ Only) |
|
Buttplug.Server.Managers.UWPBluetoothManager
UWP Bluetooth (Windows 10 15063 Creators Update or Later) device support for Buttplug Servers. (.Net Framework 4.7+ only) |
|
Buttplug.Client.Connectors.WebsocketConnector
Websocket Connection Capabilities for Buttplug Clients. (.Net Standard 2.0+) |
|
Buttplug.Server.Managers.HidSharpManager
Buttplug Server Hid Device and Serial Port Subtype Manager, based on the HidSharp Library. (.Net Framework 4.7+/.Net Standard 2.0) |
|
Buttplug.Server.Connectors.WebsocketServer
Websocket Connection Capabilities for Buttplug Servers. (.Net Framework 4.7+/.Net Standard 2.0) |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Buttplug:
Repository | Stars |
---|---|
RonSijm/ButtFish
Effortlessly transmitting Morse Code of chess moves to your butthole 💝
|
|
FredTungsten/ScriptPlayer
ScriptPlayer is a video player that controls the Handy and lots of other toys in sync with videos.
|
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0 | 417 | 9/6/2024 | |
3.1.1 | 130 | 9/5/2024 | |
3.1.0 | 112 | 9/5/2024 | |
3.0.1 | 3,237 | 7/22/2023 | |
3.0.0 | 2,665 | 12/31/2022 | |
3.0.0-alpha1 | 1,462 | 12/29/2022 | |
3.0.0-alpha0 | 1,362 | 12/29/2022 | |
2.0.6 | 3,943 | 12/10/2021 | |
2.0.5 | 1,641 | 8/29/2021 | |
2.0.4 | 1,267 | 8/21/2021 | |
2.0.3 | 1,820 | 5/17/2021 | |
2.0.2 | 1,366 | 5/15/2021 | |
2.0.1 | 1,270 | 4/25/2021 | |
2.0.0 | 1,265 | 4/23/2021 | |
1.0.18 | 1,439 | 4/4/2021 | |
1.0.17 | 1,220 | 3/22/2021 | |
1.0.16 | 1,478 | 2/20/2021 | |
1.0.15 | 1,313 | 2/16/2021 | |
1.0.14 | 1,268 | 2/13/2021 | |
1.0.13 | 1,327 | 2/8/2021 | |
1.0.12 | 1,356 | 2/7/2021 | |
1.0.11 | 1,436 | 1/25/2021 | |
1.0.10 | 1,238 | 1/23/2021 | |
1.0.9 | 1,270 | 1/20/2021 | |
1.0.8 | 1,415 | 1/10/2021 | |
1.0.7 | 1,563 | 1/9/2021 | |
1.0.6 | 1,289 | 1/5/2021 | |
1.0.5 | 1,238 | 1/2/2021 | |
1.0.4 | 1,391 | 1/2/2021 | |
1.0.3 | 1,350 | 1/1/2021 | |
1.0.2 | 1,322 | 12/31/2020 | |
1.0.1 | 1,308 | 12/28/2020 | |
1.0.0-beta.8 | 260 | 12/23/2020 | |
1.0.0-beta.7 | 464 | 12/14/2020 | |
1.0.0-beta.6 | 239 | 12/12/2020 | |
1.0.0-beta.5 | 269 | 11/30/2020 | |
1.0.0-beta.4 | 216 | 11/26/2020 | |
1.0.0-beta.3 | 232 | 11/23/2020 | |
1.0.0-beta.2 | 332 | 11/22/2020 | |
1.0.0-beta.1 | 262 | 11/21/2020 | |
0.5.9 | 4,523 | 6/18/2020 | |
0.5.8 | 3,427 | 6/17/2020 | |
0.5.7.1027-dev-38e2e28 | 2,708 | 5/14/2020 | |
0.5.7 | 3,447 | 5/14/2020 | |
0.5.6 | 4,036 | 12/11/2019 | |
0.5.5 | 3,539 | 12/7/2019 | |
0.5.4.769-dev-4bb0dd3 | 2,723 | 12/7/2019 | |
0.5.4.766-dev-fa90db1 | 2,764 | 12/7/2019 | |
0.5.4 | 3,594 | 11/27/2019 | |
0.5.3.781-dev-7b367ea | 2,881 | 12/11/2019 | |
0.5.3.778-dev-fb73beb | 2,748 | 12/10/2019 | |
0.5.3.760-dev-f2c0e4b | 2,782 | 11/27/2019 | |
0.5.3.759-dev-7e395cb | 2,713 | 11/27/2019 | |
0.5.3 | 4,701 | 10/4/2019 | |
0.5.1.725-dev-bc25b80 | 2,750 | 11/11/2019 | |
0.5.1.724-dev-7adc8a6 | 2,810 | 11/11/2019 | |
0.5.1 | 3,660 | 9/27/2019 | |
0.5.0.667-dev-fccf1d6 | 2,818 | 9/27/2019 | |
0.5.0.666-dev-9220493 | 2,818 | 9/26/2019 | |
0.5.0.665-dev-f7db350 | 2,674 | 9/26/2019 | |
0.5.0 | 4,699 | 7/29/2019 | |
0.4.7.647-dev-a6c4653 | 3,622 | 7/29/2019 | |
0.4.7.646-dev-74df418 | 3,607 | 7/29/2019 | |
0.4.7.643-dev-29bdc22 | 3,624 | 7/28/2019 | |
0.4.7.639-dev-1b5ec5a | 3,690 | 7/28/2019 | |
0.4.7.638-dev-9372114 | 3,671 | 7/28/2019 | |
0.4.7.637-dev-056d55a | 3,703 | 7/28/2019 | |
0.4.7.636-dev-bf90a31 | 3,602 | 7/28/2019 | |
0.4.7 | 5,069 | 7/1/2019 | |
0.4.6 | 4,057 | 5/28/2019 | |
0.4.5.574-dev-6ea2a60 | 3,240 | 5/28/2019 | |
0.4.5 | 3,923 | 5/26/2019 | |
0.4.4.561-dev-272e417 | 3,252 | 5/26/2019 | |
0.4.4 | 3,926 | 5/21/2019 | |
0.4.3.548-dev-52e1063 | 3,315 | 5/21/2019 | |
0.4.3.545-dev-13b27d1 | 3,240 | 5/16/2019 | |
0.4.3.453-dev-d7cd385 | 3,598 | 4/2/2019 | |
0.4.3.448-dev-b49645e | 3,374 | 3/31/2019 | |
0.4.3 | 4,207 | 3/31/2019 | |
0.4.2.444-dev-a8557c5 | 3,436 | 3/31/2019 | |
0.4.2.412-dev-225d192 | 3,347 | 3/30/2019 | |
0.4.2.398-dev-2f71705 | 3,451 | 3/29/2019 | |
0.4.2.396-dev-cfe4956 | 3,331 | 3/29/2019 | |
0.4.2.378-dev-449c2f0 | 3,338 | 3/28/2019 | |
0.4.2 | 4,136 | 3/16/2019 | |
0.4.1.327-dev-16da3c0 | 3,485 | 3/16/2019 | |
0.4.1 | 4,183 | 3/9/2019 | |
0.4.0.313-dev-8f27d52 | 3,387 | 3/9/2019 | |
0.4.0.295-dev-d91d568 | 3,375 | 3/9/2019 | |
0.4.0.271-dev-7bbe7ce | 3,381 | 3/9/2019 | |
0.4.0.269-dev-3c8ddcd | 3,374 | 3/8/2019 | |
0.4.0.230-dev-4bd083f | 3,420 | 3/5/2019 | |
0.4.0.229-dev-ec7ddfd | 3,359 | 3/5/2019 | |
0.4.0.207-dev-b275ae2 | 3,386 | 3/4/2019 | |
0.4.0.205-dev-d8d9dd8 | 3,449 | 3/4/2019 | |
0.4.0.201-dev-ca5478d | 3,384 | 2/27/2019 | |
0.4.0.173-dev-b926e79 | 3,416 | 2/23/2019 | |
0.4.0 | 4,125 | 2/15/2019 | |
0.3.3.903-master | 2,862 | 1/30/2019 | |
0.3.3.890-master | 2,953 | 1/14/2019 | |
0.3.3.134-master-8df5e8e | 3,430 | 2/15/2019 | |
0.3.3.133-master-1f76aee | 3,456 | 2/15/2019 | |
0.3.3.132-dev-8df5e8e | 3,363 | 2/15/2019 | |
0.3.3.130-dev-1f76aee | 3,441 | 2/15/2019 | |
0.3.3.128-dev-d238a76 | 3,377 | 2/14/2019 | |
0.3.3 | 5,110 | 1/14/2019 | |
0.3.3-dev-54ee365 | 3,764 | 2/14/2019 | |
0.3.2.874-master | 3,015 | 11/24/2018 | |
0.3.2 | 3,421 | 11/24/2018 | |
0.3.1.869-master | 3,037 | 11/9/2018 | |
0.3.1 | 3,514 | 11/9/2018 | |
0.3.0.864-master | 3,008 | 11/4/2018 | |
0.3.0.861-master | 2,997 | 11/4/2018 | |
0.3.0 | 12,643 | 11/4/2018 | |
0.2.3.858-master | 2,898 | 11/4/2018 | |
0.2.3.853-master | 2,987 | 11/3/2018 | |
0.2.3.849-master | 3,481 | 11/2/2018 | |
0.2.3-dev | 2,434 | 11/2/2018 |