1b3a11fd2bbd554f3e641be1b1c8fc14b056bb91
[enjoyable.git] / Website / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name=viewport content="width=device-width, initial-scale=1">
6 <link rel="stylesheet" href="/css/main.css" type="text/css">
7 <title>Enjoyable - Joystick and gamepad mapping for Mac OS X ~ Yukkuri Games</title>
8 <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." />
9 </head>
10 <body>
11 <header>
12 <a href="http://yukkurigames.com" id="header-logo">
13 <img src="/logotype_horizontal_1.png" class="logo"
14 data-large
15 alt="(◕ ヮ ◕)"
16 ><img src="/logotype_horizontal_2.png"
17 data-optional
18 alt="Yukkuri Games"
19 ><img src="/logotype_horizontal_3.png" class="logo"
20 data-small
21 alt="(◕ ヮ ◕)">
22 </a>
23 <h1>Enjoyable</h1>
24 </header>
25 <main>
26
27 <p style="text-align: center; max-width: 70%; margin-left: 15%;">
28 Use your gamepad or joystick like a mouse and keyboard on Mac OS
29 X.<br />
30 <a href="Enjoyable-1.1.zip">
31 <img src="screenshot.png"
32 alt="A screenshot of Enjoyable"
33 style="max-width: 100%;"/></a>
34 </p>
35 <ul class="download">
36 <li><a href="Enjoyable-1.1.zip">Enjoyable-1.1.zip</a> (1.2MB)
37 <li class="sh"><span data-optional>git clone </span><a href="http://git.yukkurigames.com/enjoyable.git">http://git.yukkurigames.com/enjoyable.git</a>
38 </ul>
39
40 <h2><a name="requirements" href="#requirements"></a>Requirements</h2>
41
42 <ul>
43 <li>Mac OS X 10.7+</li>
44 <li>One or more HID-compatible (e.g. USB or Bluetooth) input devices</li>
45 </ul>
46
47 <h2>Mappings</h2>
48 <p>
49 I play games with a Playstation 3 controller, so these will be
50 useless if you have a different controller. These are the
51 mappings I use for games I like. To use them, just save them and
52 double-click on them in Finder, or use ⌘O in Enjoyable to import
53 them.
54 </p>
55 <ul style="font-size: 0.9em;">
56 <li><a href="mappings/6180%20the%20moon.enjoyable">6180 the moon</a></li>
57 <li><a href="mappings/Anodyne.enjoyable">Anodyne</a></li>
58 <li><a href="mappings/BasketBelle.enjoyable">BasketBelle</a></li>
59 <li><a href="mappings/Canabalt.enjoyable">Canabalt</a></li>
60 <li><a href="mappings/Forget-Me-Not.enjoyable">Forget-Me-Not</a></li>
61 <li><a href="mappings/KRUNCH.enjoyable">KRUNCH</a></li>
62 <li><a href="mappings/Probability%200.enjoyable">Probability 0</a></li>
63 <li><a href="mappings/Red%20Rogue.enjoyable">Red Rogue</a></li>
64 <li><a href="mappings/Runner2.enjoyable">Bit.Trip Presents Runner 2: Future Legend of Rhythm Alien</a></li>
65 <li><a href="mappings/Super%20Hexagon.enjoyable">Super Hexagon</a></li>
66 </ul>
67
68 <h2>License</h2>
69 <div class="copyright">2013
70 Joe Wreschnig, 2012 Yifeng Huang, 2009 Sam McCall
71 <p>Enjoyable is free software written by Joe Wreschnig and is
72 based on the Enjoy codebase written
73 by <a href="http://nongraphical.com">Yifeng Huang</a>
74 and <a href="http://abstractable.net/enjoy/">Sam McCall</a>.</p>
75
76
77 <p>Permission is hereby granted, free of charge, to any person obtaining
78 a copy of this software and associated documentation files (the
79 "Software"), to deal in the Software without restriction, including
80 without limitation the rights to use, copy, modify, merge, publish,
81 distribute, sublicense, and/or sell copies of the Software, and to
82 permit persons to whom the Software is furnished to do so, subject to
83 the following conditions:</p>
84
85 <p>The above copyright notice and this permission notice shall be
86 included in all copies or substantial portions of the Software.</p>
87
88 </div>
89 </main>
90 </body>
91 </html>