Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jywarren/buzzview
experimenting with "seeing" images through touch with the Vibration API
https://github.com/jywarren/buzzview
Last synced: about 2 months ago
JSON representation
experimenting with "seeing" images through touch with the Vibration API
- Host: GitHub
- URL: https://github.com/jywarren/buzzview
- Owner: jywarren
- License: mit
- Created: 2016-02-07T21:05:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T21:10:07.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T08:16:01.372Z (3 months ago)
- Language: JavaScript
- Size: 2.86 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Buzzview
====
This is an attempt to use the [HTML5 Vibrate API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API) to vibrate a phone as you drag your finger over an image, to "feel" the image.
However, it doesn't seem like we can vary the intensity of the vibration. Maybe it's possible to pulse it for very very short periods of time?
MIT licensed; feel free to try and refine this a bit, but it's kind of fun already:
Demo: https://jywarren.github.io/buzzview
Requires: jQuery (run `bower install`)