2 releases
Uses new Rust 2024
new 0.1.1 | Apr 21, 2025 |
---|---|
0.1.0 | Apr 21, 2025 |
#2004 in Game dev
73 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!
Dependencies
~19–25MB
~417K SLoC