The Vibrotactile Editor is a simple, flexible, and easy-to-use editor to create and visualize vibrotactile patterns.
- Built-in waveform editor
- Free waveform design manipulation
- Multichannel timeline
- Multiple Actuators
- Sample library
- Visual representation of the device
- Timeline export to .wav format
- Timeline export to JSON format for using with Unity and A-Frame through the Vibrotactile API
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
Before using the Vibrotactile Editor, check that you have the following software installed:
-
npm
npm install npm@latest -g
Micro controller and serial port.
The Vibrotactile Project is currently in development process. To execute run the following:
-
Clone the repository
git clone htts://github.com/ZeCanelha/react-vibrotactile-editor
-
Install the NPM packages
npm install
-
Run the project
npm start