Skip to content

Commit

Permalink
Rewrite the engine to use Input4J instead of JInput.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Mar 1, 2025
1 parent 1648858 commit c5e10b5
Show file tree
Hide file tree
Showing 12 changed files with 348 additions and 772 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You've encountered an obvious issue or bug with LITIENGINE or want to request en

## :package: Libraries Used

* [JInput](https://github.com/jinput/jinput) for Gamepad support
* [Input4J](https://github.com/gurkenlabs/input4j) for Gamepad support
* [MP3 SPI](https://mvnrepository.com/artifact/com.googlecode.soundlibs/mp3spi/1.9.5.4) for .mp3 support
* [Ogg Vorbis SPI](https://mvnrepository.com/artifact/com.googlecode.soundlibs/vorbisspi/1.0.3.3) for .ogg support

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ junit = "5.11.4"

[libraries]
darklaf_core = { module = "com.github.weisj:darklaf-core", version = "3.0.2" }
jinput = { module = "net.java.jinput:jinput", version = "2.0.10" }
input4j = { module = "com.github.gurkenlabs:input4j", version = "64e7b114f3" }
soundlibs_jorbis = { module = "com.googlecode.soundlibs:jorbis", version = "0.0.17.4" }
soundlibs_tritonus = { module = "com.googlecode.soundlibs:tritonus-share", version = "0.3.7.4" }
soundlibs_vorbisspi = { module = "com.googlecode.soundlibs:vorbisspi", version = "1.0.3.3" }
Expand Down
2 changes: 1 addition & 1 deletion litiengine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

dependencies {
implementation libs.jinput
implementation libs.input4j
implementation libs.bundles.soundlibs
implementation libs.javax.activation
api libs.xml.api
Expand Down
Loading

0 comments on commit c5e10b5

Please sign in to comment.