https://github.com/rchomczyk/dew
An event bus which focuses on simplicity and performance.
https://github.com/rchomczyk/dew
Last synced: about 1 month ago
JSON representation
An event bus which focuses on simplicity and performance.
- Host: GitHub
- URL: https://github.com/rchomczyk/dew
- Owner: rchomczyk
- License: mit
- Created: 2024-08-12T17:28:25.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-30T21:38:31.000Z (5 months ago)
- Last Synced: 2025-04-13T13:46:20.816Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dew (*rosa*)
An event bus which focuses on simplicity and performance.
### Intent
*dew* was created to allow for developers to create modular events, which would work across many
platforms.### Get started
##### Add repository
```kotlin
maven("https://repo.shiza.dev/releases")
```##### Add dependency
```kotlin
implementation("dev.shiza:dew:1.3.0")
```