https://github.com/crykn/gdx-guava-eventbus
Event Bus for libGDX based on publish-subscribe pattern
https://github.com/crykn/gdx-guava-eventbus
Last synced: about 1 year ago
JSON representation
Event Bus for libGDX based on publish-subscribe pattern
- Host: GitHub
- URL: https://github.com/crykn/gdx-guava-eventbus
- Owner: crykn
- License: apache-2.0
- Created: 2023-06-26T15:35:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T08:36:05.000Z (over 2 years ago)
- Last Synced: 2025-01-24T17:18:12.198Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## gdx-guava-eventbus
[](https://jitpack.io/#crykn/gdx-guava-eventbus) 
This is a fork of [guava-eventbus](https://github.com/crykn/guava-eventbus) which adds GWT support via [libGDX](https://github.com/libgdx/libgdx)'s reflection classes. To use it, add the following dependencies to your project:
```groovy
implementation "com.github.crykn:gdx-guava-eventbus:$eventbusVersion:sources"
implementation "com.github.crykn:gdx-guava-eventbus:$eventbusVersion"
```
Also add the following line to your module file:
```xml
```