Expand description
§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 |
Structs§
- Kill
MyCache Plugin - A plugin that kills your cache, but makes the Bevy scheduler go brrr