mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-26 18:51:02 +08:00
Update README
This commit is contained in:
parent
a52ca493cb
commit
7ae52d926d
13
README.md
13
README.md
@ -22,6 +22,12 @@ EventBus main goals:
|
|||||||
- Free
|
- Free
|
||||||
- tiny (~15 KB)
|
- tiny (~15 KB)
|
||||||
- Decouples notification senders and receivers
|
- Decouples notification senders and receivers
|
||||||
|
- on every platform you need (crossplatform)
|
||||||
|
|
||||||
|
# Brief @ presentation
|
||||||
|
|
||||||
|
Presentation [google docs](https://docs.google.com/presentation/d/1apAlKcVWo9FcqkPqL8108a1Fy9LGmhgLT56hSVpoI3w/edit?usp=sharing)
|
||||||
|
|
||||||
|
|
||||||
# Sample
|
# Sample
|
||||||
You can checkout [sample/](sample/)
|
You can checkout [sample/](sample/)
|
||||||
@ -32,7 +38,7 @@ If you want to play with sample online checkout this link: [wandbox.org](https:/
|
|||||||
0. Store bus
|
0. Store bus
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
// store it in controller / singleton / std::sharted_ptr whenever you want
|
// store it in controller / singleton / std::sharted_ptr whatever you want
|
||||||
Dexode::EventBus bus;
|
Dexode::EventBus bus;
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -201,6 +207,9 @@ checkNotifyFor10kListenersWhenNoOneListens_CCNotificationCenter 127388 ns
|
|||||||
- Generating graph flow ?
|
- Generating graph flow ?
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
|
# Issues ?
|
||||||
|
Please report here issue / question / whatever in 99% I will answer ;)
|
||||||
|
|
||||||
# Thanks to
|
# Thanks to
|
||||||
|
|
||||||
- [staakk](https://github.com/stanislawkabacinski) for fixing windows ;) [53d5026](https://github.com/gelldur/EventBus/commit/53d5026cad24810e82cd8d4a43d58cbfe329c502)
|
- [staakk](https://github.com/stanislawkabacinski) for fixing windows ;) [53d5026](https://github.com/gelldur/EventBus/commit/53d5026cad24810e82cd8d4a43d58cbfe329c502)
|
||||||
@ -212,3 +221,5 @@ checkNotifyFor10kListenersWhenNoOneListens_CCNotificationCenter 127388 ns
|
|||||||
|
|
||||||
EventBus source code can be used according to the **Apache License, Version 2.0**.
|
EventBus source code can be used according to the **Apache License, Version 2.0**.
|
||||||
For more information see [LICENSE](LICENSE) file
|
For more information see [LICENSE](LICENSE) file
|
||||||
|
|
||||||
|
If you don't like to read to much here is sumup about license [Apache 2.0](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)#summary)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user