e89cee8ca74ac7ad7b5afdd4db22070975095304
[enjoyable.git] / Website / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link rel="icon" type="image/png" href="icon.png" />
6 <link rel="logo" type="image/png" href="icon.png" />
7 <title>Enjoyable - Joystick and gamepad mapping for OS X</title>
8 <style>
9 body { font-family: sans-serif; }
10 h1 { text-align: center; }
11 h2 { margin-left: 10%; margin-bottom: 0; font-size: 1.2em; }
12 p { width: 80%; margin-left: 10%; }
13 ul { width: 80%; margin-left: 10%; padding-left: 2em; }
14 </style>
15 </head>
16 <body>
17 <h1>
18 <img src="icon.png" style="height: 1em; vertical-align: text-bottom" />
19 Enjoyable
20 </h1>
21 <p>Enjoyable is an application for Mac OS X which allows you to use
22 controller inputs like a mouse or keyboard. If you've ever played a
23 video game which only supports mouse and keyboard input but you want
24 to use a joystick or gamepad, then Enjoyable is the program for you.</p>
25
26 <p style="text-align: center; max-width: 60%; margin-left: 20%;">
27 <a href="Enjoyable.zip">
28 <img src="screenshot.png"
29 alt="A screenshot of Enjoyable"
30 style="max-width: 100%;"/>
31 Download Enjoyable 1.0 (262KB)</a>
32 <br />
33 <a href="https://github.com/joewreschnig/enjoyable"
34 style="font-size: 0.8em;">
35 Enjoyable on GitHub
36 </a>
37 </p>
38
39 <p>Enjoyable supports</p>
40
41 <ul>
42 <li>Mapping gamepad and joystick buttons to keyboard and mouse actions</li>
43 <li>Fine control over mouse movement and scrolling using analog axis
44 inputs</li>
45 <li>Automatic and dynamic switching between different input mappings</li>
46 <li>Downloading and sharing input presets for different applications</li>
47 <li>Modern OS X features like resume and automatic termination</li>
48 </ul><p>Enjoyable is free software written by Joe Wreschnig and is based on
49 the Enjoy codebase written by <a href="http://nongraphical.com">Yifeng Huang</a>
50 and <a href="http://abstractable.net/enjoy/">Sam McCall</a>.</p>
51
52 <h2>
53 <a name="how-to-use" href="#how-to-use"></a>How to Use</h2>
54
55 <p>To start, just press a button on your joystick or gamepad, then press
56 the key you want to map it for. Then press the ▶ button and switch
57 back to your game. For more details, Enjoyable has a in-application
58 manual available in Help Viewer via <code>⌘?</code>.</p>
59
60 <h2><a name="requirements" href="#requirements"></a>Requirements</h2>
61
62 <ul>
63 <li>Mac OS X 10.7+</li>
64 <li>One or more HID-compatible (e.g. USB or Bluetooth) input devices</li>
65 </ul>
66
67 <h2>Mappings</h2>
68 <p>
69 I play games with a Playstation 3 controller connected via USB
70 and/or Bluetooth. These are the mappings I use for games I like.
71 </p>
72
73 <h2><a name="license" href="#license"></a>License</h2>
74 <p>Copyright 2013 Joe Wreschnig<br>
75 2012 Yifeng Huang<br>
76 2009 Sam McCall, University of Otago</p>
77
78 <p>Permission is hereby granted, free of charge, to any person obtaining
79 a copy of this software and associated documentation files (the
80 "Software"), to deal in the Software without restriction, including
81 without limitation the rights to use, copy, modify, merge, publish,
82 distribute, sublicense, and/or sell copies of the Software, and to
83 permit persons to whom the Software is furnished to do so, subject to
84 the following conditions:</p>
85
86 <p>The above copyright notice and this permission notice shall be
87 included in all copies or substantial portions of the Software.</p>
88
89 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
90 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
91 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
92 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
93 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
94 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
95 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
96
97 <p>The joystick icon is from the Tango icon set and is public domain.</p>
98
99 </body>
100 </html>