1eedd5148799e62e08d3c18de890193217d80d57
[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 <meta name="Description" content="Use your gamepad or joystick like a mousee and keyboard on Mac OS X. Like joy2key / JoyToKey on other operating systems." />
8 <title>Enjoyable - Joystick and gamepad mapping for OS X</title>
9 <style>
10 body { font-family: sans-serif; }
11 h1 { text-align: center; }
12 h2 { margin-left: 10%; margin-bottom: 0; font-size: 1.2em; }
13 p { width: 80%; margin-left: 10%; }
14 ul { width: 80%; margin-left: 10%; padding-left: 2em; }
15 </style>
16 </head>
17 <body>
18 <h1>
19 <img src="icon.png" style="height: 1em; vertical-align: text-bottom" />
20 Enjoyable
21 </h1>
22
23 <p style="text-align: center; max-width: 70%; margin-left: 15%;">
24 Use your gamepad or joystick like a mouse and keyboard on Mac OS
25 X.<br />
26 <a href="Enjoyable-1.1.zip">
27 <img src="screenshot.png"
28 alt="A screenshot of Enjoyable"
29 style="max-width: 100%;"/>
30 Download Enjoyable 1.1 (1.2MB)</a>
31 <br />
32 <a href="https://github.com/joewreschnig/enjoyable"
33 style="font-size: 0.8em;">
34 Enjoyable on GitHub
35 </a>
36 </p>
37
38 <h2><a name="requirements" href="#requirements"></a>Requirements</h2>
39
40 <ul>
41 <li>Mac OS X 10.7+</li>
42 <li>One or more HID-compatible (e.g. USB or Bluetooth) input devices</li>
43 </ul>
44
45 <h2>Mappings</h2>
46 <p>
47 I play games with a Playstation 3 controller, so these will be
48 useless if you have a different controller. These are the
49 mappings I use for games I like. To use them, just save them and
50 double-click on them in Finder, or use ⌘O in Enjoyable to import
51 them.
52 </p>
53 <ul style="font-size: 0.9em;">
54 <li><a href="mappings/6180 the moon.enjoyable">6180 the moon</a></li>
55 <li><a href="mappings/Anodyne.enjoyable">Anodyne</a></li>
56 <li><a href="mappings/BasketBelle.enjoyable">BasketBelle</a></li>
57 <li><a href="mappings/Canabalt.enjoyable">Canabalt</a></li>
58 <li><a href="mappings/Forget-Me-Not.enjoyable">Forget-Me-Not</a></li>
59 <li><a href="mappings/KRUNCH.enjoyable">KRUNCH</a></li>
60 <li><a href="mappings/Probability 0.enjoyable">Probability 0</a></li>
61 <li><a href="mappings/Red Rogue.enjoyable">Red Rogue</a></li>
62 <li><a href="mappings/Runner2.enjoyable">Bit.Trip Presents Runner 2: Future Legend of Rhythm Alien</a></li>
63 <li><a href="mappings/Super Hexagon.enjoyable">Super Hexagon</a></li>
64 </ul>
65
66 <h2><a name="license" href="#license"></a>License</h2>
67 <p>Enjoyable is free software written by Joe Wreschnig and is
68 based on the Enjoy codebase written
69 by <a href="http://nongraphical.com">Yifeng Huang</a>
70 and <a href="http://abstractable.net/enjoy/">Sam McCall</a>.</p>
71
72 <p>Copyright 2013 Joe Wreschnig<br>
73 2012 Yifeng Huang<br>
74 2009 Sam McCall, University of Otago</p>
75
76 <p>Permission is hereby granted, free of charge, to any person obtaining
77 a copy of this software and associated documentation files (the
78 "Software"), to deal in the Software without restriction, including
79 without limitation the rights to use, copy, modify, merge, publish,
80 distribute, sublicense, and/or sell copies of the Software, and to
81 permit persons to whom the Software is furnished to do so, subject to
82 the following conditions:</p>
83
84 <p>The above copyright notice and this permission notice shall be
85 included in all copies or substantial portions of the Software.</p>
86
87 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
88 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
89 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
90 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
91 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
92 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
93 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
94
95 <p>The joystick icon is from the Tango icon set and is public domain.</p>
96
97 </body>
98 </html>