Skip to content

fangle/MagicTouch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#MagicTouch.js by Boris Smus

Standards-compatible touch event implementation to make it easier to develop web applications for for multitouch devices.

##Installation

  1. Install npTuioClient NPAPI plugin:
  • Copy npTuioClient.plugin to ~/Library/Internet Plug-Ins/
  • Note that on Mac OS X 10.8 and up, you will require version 1.5b1-osx
  1. Install TongSeng
  • Run TongSeng.app and press the Start button
  1. Include MagicTouch.js and embed the npTuioClient plugin in your application:
<head>
  <!-- your head -->
  <script src=”/path/to/magictouch.js"</script>
</head>

<body>
  <!-- your body -->
  <object id="tuio" type="application/x-tuio" style="width: 0px; height: 0px;">
    Touch input plugin failed to load!
  </object>
</body>
  1. Use touch event APIs

##Browser Compatibility

Tested on Chrome 10

About

Spec-compatible touch events based on npTuioClient callbacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%