Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MaidKun/buttplug-editor
Editor for buttplug.io
https://github.com/MaidKun/buttplug-editor
Last synced: about 2 months ago
JSON representation
Editor for buttplug.io
- Host: GitHub
- URL: https://github.com/MaidKun/buttplug-editor
- Owner: MaidKun
- License: mit
- Created: 2020-12-30T16:31:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T23:07:42.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T18:13:09.263Z (5 months ago)
- Language: TypeScript
- Size: 448 KB
- Stars: 23
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-buttplug - Buttplug Editor
README
# Buttplug.io Interactive Editor
![Editor screenshot](./docs/editor.jpg)
Graph editor for [Buttplug.IO](https://www.buttplug.io). Use this editor to design your own sessions simply by drag and drop.
Automatically connects to ws://127.0.0.1:12345/ on startup. Reload page if the server was not running at the moment.
This project is currently **highly WIP**, feel free to test it, but don't expect everything to work yet :)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```