Crate bevy_kill_my_cache

Source
Expand description

§Bevy Kill My Cache

crates.io docs.rs

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

bevybevy_kill_my_cache
0.160.2
0.150.1

Structs§

KillMyCachePlugin
A plugin that kills your cache, but makes the Bevy scheduler go brrr