An open API service indexing awesome lists of open source software.

https://github.com/justdoom/libwork

Custom network library for my Java (LibGDX) games
https://github.com/justdoom/libwork

Last synced: over 1 year ago
JSON representation

Custom network library for my Java (LibGDX) games

Awesome Lists containing this project

README

          

# LibWork (LibGDX + Network)

LibWork is a network library based on [KryoNet](https://github.com/crykn/kryonet) for my own Java/LibGDX projects.

I made my own because I was having issues with KryoNet, primarily connecting/disconnecting hanging sometimes and making it really annoying to test. Happened over multiple machines and multiple projects.

[Related issue](https://github.com/crykn/kryonet/issues/7).

It was also just fun to learn how to make my own using Java NIO. At the moment I do not think it works on mobile due to using NIO, it was just IOS that did not work.

## Requirements

Java 17