Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinribeiro/onscreen-keyboard-html5-canvas-multitouch
Multitouch keyboard implemented with HTML5 canvas, touch events API and Magictouch.js
https://github.com/justinribeiro/onscreen-keyboard-html5-canvas-multitouch
Last synced: about 1 month ago
JSON representation
Multitouch keyboard implemented with HTML5 canvas, touch events API and Magictouch.js
- Host: GitHub
- URL: https://github.com/justinribeiro/onscreen-keyboard-html5-canvas-multitouch
- Owner: justinribeiro
- Created: 2012-06-21T15:17:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T15:28:01.000Z (over 8 years ago)
- Last Synced: 2024-10-05T09:58:53.419Z (about 2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 13
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Multitouch keyboard implemented with HTML5 canvas, touch events API and Magictouch.js
=========================================
The following keyboard is implemented in HTML5 canvas and listens for touch events (will not work with your mouse, no mouseevent tracking implemented). We're using it with PQ Labs overlays.Xoom / iPad kinda work, but we didn't optimize performance for those devices.
To make Chrome or Firefox on the desktop listen to touch events, you have install the npTuioClient NPAPI plugin and
have an overlay that supports TUIO. Don't have an overlay? Boris Smus wrote a sweet article on the topic you
should read: Multi-Touch for your Desktop Browser. We're
using his Magictouch.js multi-touch polyfill with great success with our overlays.