Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 848 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 848 Bytes

Mouse Data Visualizer

screenshot

A visual playground for the WindMouse JavaScript library. Edit settings in real time and fine tune your mouse movements, powered by React.

Visit live version: https://windmouse-visualizer.netlify.app/

Getting Started

1. git clone https://github.com/arevi/mouse-data-visualizer.git
2. npm install
3. npm run dev:react

The application will then be visitable on localhost:3000

WindMouse Library

The WindMouse library is available here: https://github.com/arevi/wind-mouse/

Contributng

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

https://opensource.org/licenses/MIT

Credits

The original WindMouse library was created by https://github.com/BenLand100 for Java.