More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Joycon API for java | |title=Joycon API for java | ||
|image= | |image=joyconapiforjavanx.png | ||
|description=A java library for the nintendo joy-con | |description=A java library for the nintendo joy-con | ||
|author=elgoupil | |author=elgoupil | ||
Line 8: | Line 8: | ||
|version=1 | |version=1 | ||
|license=Apache-2.0 | |license=Apache-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/joyconapiforjavanx.7z | ||
|website=https://gbatemp.net/threads/joycon-api-for-java.491262/ | |website=https://gbatemp.net/threads/joycon-api-for-java.491262/ | ||
|source=https://github.com/elgoupil/joyconLib | |source=https://github.com/elgoupil/joyconLib |
Latest revision as of 00:49, 5 Haziran 2023
Joycon API for java | |
---|---|
General | |
Author | elgoupil |
Type | Developments |
Version | 1 |
License | Apache-2.0 |
Last Updated | 2018/01/12 |
Links | |
Download | |
Website | |
Source | |
A Java library for the Nintendo Joy-Con.
Test project here.
Features
- Joycon left and right support.
- Buttons support.
- Precise joystick support (X;Y axis).
- Rumble support (on launch).
Changelog
v1.0 2019/01/12
- The first release of this api.
- The wiki is comming soon to help you configure it.
- For now there is a javadoc at least.