Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 2.26 KB

README.md

File metadata and controls

74 lines (48 loc) · 2.26 KB

Vibrotactile Editor

The Vibrotactile Editor is a simple, flexible, and easy-to-use editor to create and visualize vibrotactile patterns.

Editor Preview


Features

  • 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

Showcase

StartUp Startup
Library Save Pattern Menu
Save Project Export to .wav

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes

Prerequisites

Before using the Vibrotactile Editor, check that you have the following software installed:

  • npm

    npm install npm@latest -g

Micro controller and serial port.

Installing

The Vibrotactile Project is currently in development process. To execute run the following:

  1. Clone the repository

    git clone htts://github.com/ZeCanelha/react-vibrotactile-editor
    
  2. Install the NPM packages

    npm install
  3. Run the project

    npm start
    

Built With

Authors

Acknowledgments