Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buttplugio/buttplug-js
Buttplug Typescript/Javascript Client Implementation
https://github.com/buttplugio/buttplug-js
Last synced: 3 months ago
JSON representation
Buttplug Typescript/Javascript Client Implementation
- Host: GitHub
- URL: https://github.com/buttplugio/buttplug-js
- Owner: buttplugio
- License: bsd-3-clause
- Created: 2016-07-09T01:19:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T12:03:10.000Z (7 months ago)
- Last Synced: 2024-08-02T00:12:08.530Z (3 months ago)
- Language: TypeScript
- Homepage: https://buttplug.io
- Size: 4.65 MB
- Stars: 129
- Watchers: 14
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-buttplug - Buttplug JS/TS Client
README
# Buttplug JS and WASM
This repo includes 2 projects:
- buttplug-js: A pure Typescript/Javascript implementation of a Buttplug Client. This can be used to
connect to Buttplug Servers like [Intiface Central](https://intiface.com/central) or the Buttplug WASM Server
- buttplug-wasm: A WASM compilation of the Rust implementation of the Buttplug Server, with a
WebBluetooth device communication manager. This will allow connection to hardware in browsers that have WebBluetooth connectivity (Chromium/Blink based browsers like Chrome, Microsoft Edge, Brave, Opera, etc...)See the README in each of the project directories for more info on the projects.