More actions
(Created page with "{{Infobox Switch Homebrews |title=Joycon API for java |image=joyconapiforjavaswitch.png |description=A java library for the nintendo joy-con |author=elgoupil |lastupdated=2018/01/12 |type=PC Utilities |version=1 |license=Apache-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/joyconapiforjavaswitch.7z |website=https://gbatemp.net/threads/joycon-api-for-java.491262/ |source=https://github.com/elgoupil/joyconLib |donation= }} {{#seo: |title=Switch Homebrew PC Tools...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | ||
|lastupdated=2018/01/12 | |lastupdated=2018/01/12 | ||
|type= | |type=Developments | ||
|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 | ||
|donation= | |donation= | ||
}} | }} | ||
A Java library for the Nintendo Joy-Con. | |||
A | |||
Test project [https://github.com/Virus57000/joyconLib-Test here]. | |||
== | ==Features== | ||
*Joycon left and right support. | |||
*Buttons support. | |||
*Precise joystick support (X;Y axis). | |||
*Rumble support (on launch). | |||
==Changelog== | ==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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/elgoupil/joyconLib | ||
* | * GitHub - https://github.com/elgoupil/joyconLib-Test | ||
* | * GBAtemp - https://gbatemp.net/threads/joycon-api-for-java.491262/ |
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.