Crates.io | drumbeat |
lib.rs | drumbeat |
version | 0.1.1 |
source | src |
created_at | 2021-01-01 19:03:39.585746 |
updated_at | 2021-03-15 21:20:02.291329 |
description | An event handling system aimed towards real-time applications such as GUIs and Game Engines. |
homepage | |
repository | https://github.com/patrickhadlaw/drumbeat-rs |
max_upload_size | |
id | 330191 |
size | 115,870 |
An event handling system aimed towards real-time applications such as GUIs and Game Engines. Drumbeat is heavily inspired by the Observer pattern and its interface is inspired by some Reactive X libraries. However, this crate intends to be aimed towards real-time applications as described before.
Why drumbeat?
The reason for the name is that a good real-time event system should be rhythmic in its operation like the beat of a drum.
$ cargo build
$ cargo test