Decision Workspace
game_clock vs update_rate vs bevy_ingame_clock
Side-by-side comparison of Rust crates
48
game_clock
growingv1.1.1
Provides a clock for game (engines) that is simple to use and efficient.
50
update_rate
growingv2.0.1
A generic, low-overhead rate counter for FPS counters and the like.
43
bevy_ingame_clock
experimentalv0.2.1
An in-game clock plugin for the Bevy game engine
Core Metrics
| game_clock | update_rate | bevy_ingame_clock | |
|---|---|---|---|
| Health Score | 48 | 50 | 43 |
| Total Downloads | 16.3K | 21.3K | 585 |
| 30d Downloads | 137 | 130 | 11 |
| Dependents | 6 | 17 | 0 |
| Releases | 3 | 5 | 3 |
| Last Updated | 1811d ago | 2118d ago | 117d ago |
| Age | 5y 4m | 9y | 5m |
Health Breakdown
game_clock
Maintenance
4
Quality
21
Community
6
Popularity
5
Documentation
12
update_rate
Maintenance
3
Quality
21
Community
9
Popularity
5
Documentation
12
bevy_ingame_clock
Maintenance
13
Quality
12
Community
5
Popularity
3
Documentation
10
Technical Details
| game_clock | update_rate | bevy_ingame_clock | |
|---|---|---|---|
| Version | 1.1.1 | 2.0.1 | 0.2.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 6 |
| Crate Size | 7KB | 5KB | 242KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •update_rate leads with a health score of 50/100, but none of the options score above 80.
- •⚠ game_clock, update_rate have not been updated in over a year.
- •bevy_ingame_clock is pre-1.0 — API may change.