PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/touche/resources/English.lproj/Help/introduction.html

http://touche.googlecode.com/
HTML | 39 lines | 33 code | 6 blank | 0 comment | 0 complexity | d0ba85d5c5191b95696fb5921f96d4a8 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-3.0, LGPL-3.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  6. <meta name="generator" content="VoodooPad">
  7. <title>Introduction</title>
  8. <link rel="stylesheet" href="helpfiles_style.css" type="text/css" media="screen"/>
  9. </head>
  10. <body>
  11. <div id="helpTopBar">
  12. Introduction
  13. <div id="homelink">
  14. <a href="index.html" title="Touché Help">Touché Help</a>
  15. | <a href="helpindex.html" title="Index">Index</a>
  16. </div>
  17. </div>
  18. <div id="wrapper">
  19. <h1>Introduction</h1>
  20. <div class="main">
  21. <style type="text/css">
  22. p.p1 {margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande}
  23. </style>
  24. <p class="p1">Touché is a touch tracking application for use in conjunction with an <a href="optical%20multitouch%20table.html">optical multitouch table</a>. It provides powerful image filters, built-in calibration and test tools as well as support for types of cameras as input input sources.</p>
  25. <p class="p1">Additionally, Touché enables you to build your own multitouch applications by embedding the Touché framework in your own app. Via this framework, you can establish a connection to the tracker and receive data for touch events conveniently via delegate methods. The framework also includes some useful classes to facilitate the writing of multitouch applications, such as some gesture recognizers.</p>
  26. <p class="p1">Touché also supports the <a href="tuio.html">TUIO protocol</a>, which you can also use as a means to relay tracking data to your own application. TUIO libraries are available for a large range of environments and languages, such as C++, Processing and Quartz Composer.</p>
  27. <p class="p1">Additionally to TUIO/OSC, Touché can also output tracking data via <a href="tuio_flash%20xml-socket%20clients.html">TUIO/Flash XML-Socket</a>, which is convenient if you are using Flash/AS3 to develop multitouch applications.</p>
  28. <p class="p1">Touché is free open-source software.</p>
  29. <p class="p1">Now, let's <a href="getting%20started%20with%20touch%C3%A9.html">get started</a> with Touché!</p>
  30. </div>
  31. </div>
  32. </body>
  33. </html>