steamworks4j
steamworks4j copied to clipboard
A thin Java wrapper to access the Steamworks API
I recently released my game on Steam, using libGDX 1.10.0 and Steamworks4j 1.9.0. It has largely been working well, but a few chinese/korean users have been getting crashes due to...
I'm thinking about nuking `SteamSharedLibraryLoader` from orbit. I want to ask your opinion about that. I believe it has been a mistake to introduce the loader in the first place....
The following error occurs when attempting to run SteamAPI.loadLibraries() on MACs with Apple Silicon M1 chips (newer MAC hardware). I've attempted to rebuild the native libraries but still receive the...
Hello there. Valve just opened [ISteamNetworkingSockets API](https://steamcommunity.com/groups/steamworks#announcements/detail/1791775741704351698). Would be nice, if steamworks4j implements it.
I have configured my game to use the ISteamController class, and it works locally perfectly, but when trying to use Remote Play to connect my game to other players, the...
In one use case, the mentioned function consistently errors out. Here's my relevant code. Let me know if there's an alternative way I should be using the method. ```java private...
I would appreciate if the Steam Inventory Interface was implemented
Heyho, I added the whole ISteamInventory interface as well as its corresponding classes and test methods. I also changed the language level from 7 to 8 to be able to...
Hi, It would be nice to have a modular info for this project since we are using Java version 9+ to build the game many dependencies we are using have...
Activity
Hey, it seems to me that this repo is more or less dead. Pull requests are no longer merged, issues are not answered and there have been no commits for...