mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 06:04:35 +00:00
added pretty
module to readme
This commit is contained in:
parent
e726f19a5e
commit
3c5455d616
@ -66,6 +66,7 @@ General utility data structures and algorithms to speed you along your way.
|
||||
- `state_machine` - Finite state machine implementation with state transitions and all the rest. Useful for game states, AI, cutscenes...
|
||||
- `timer` - a "countdown" style timer with progress and completion callbacks.
|
||||
- `pubsub` - a self-contained publish/subscribe message bus. Immediate mode rather than queued, local rather than networked, but if you were expecting mqtt in 60 lines I don't know what to tell you. Scales pretty well nonetheless.
|
||||
- `pretty` - pretty printing tables for debug inspection
|
||||
|
||||
**Geometry:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user