3 unstable releases
Uses new Rust 2024
0.2.0 | Apr 25, 2025 |
---|---|
0.1.1 | Apr 21, 2025 |
0.1.0 | Apr 21, 2025 |
#1754 in Game dev
330 downloads per month
14KB
84 lines
Bevy Kill My Cache
This plugin adds thousands of components to your app, killing your cache. Why? Because that makes the scheduler 100 times faster. Weird, huh?
Usage
Just add the plugin, that's it:
use bevy::prelude::*;
use bevy_kill_my_cache::KillMyCachePlugin;
App::new()
// rest of your setup code
.add_plugins(KillMyCachePlugin);
// that's it!
Compatibility
bevy | bevy_kill_my_cache |
---|---|
0.16 | 0.2 |
0.15 | 0.1 |
Dependencies
~24MB
~417K SLoC