-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathoverview.html
More file actions
13 lines (11 loc) · 822 Bytes
/
overview.html
File metadata and controls
13 lines (11 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<body>
<h1>Java SDL - GDX Controllers</h1>
<p>This library provides APIs at three layers:</p>
<ol>
<li>A Java wrapper around SDL. Currently we wrap most of Joystick and GameController. PRs to wrap further APIs are welcome. This wrapper is as close to the C source as
possible, so you should be able to port any SDL examples with no changes.
<li>An OO wrapper on top of layer 1. The same functions as provided by SDL, but with a class based API to make them more friendly to use.
<li>An implementation of LibGDX Controller API on top of layer 2. You can slot this straight in to any LibGDX app, or you can use it directly in a non-LibGDX app.
</ol>
<p>Thanks to <a href="https://github.com/williamahartman/Jamepad">Jamepad </a> by William Harman for providing the build system and inspiring this project.</p>
</body>