Skip to content

Commit 8cbe2c6

Browse files
committed
doc: Add base project README
1 parent 5cd23d3 commit 8cbe2c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Buttplug JS and WASM
2+
3+
This repo includes 2 projects:
4+
5+
- buttplug-js: A pure Typescript/Javascript implementation of a Buttplug Client. This can be used to
6+
connect to Buttplug Servers like [Intiface Central](https://intiface.com/central) or the Buttplug WASM Server
7+
- buttplug-wasm: A WASM compilation of the Rust implementation of the Buttplug Server, with a
8+
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...)
9+
10+
See the README in each of the project directories for more info on the projects.

0 commit comments

Comments
 (0)