Crate bevy_procedural_tilemaps

Crate bevy_procedural_tilemaps 

Source
Expand description

Minimal Bevy helpers around the procedural tilemap generation engine.

Re-exports§

pub use procedural_tilemaps_core as proc_gen;

Modules§

assets
Types to define and spawn assets tied to generated models.
default_bundles
Adds default bundle inserters for common Bevy asset handles.
prelude
Convenience re-exports for Bevy integration. Commonly used Bevy helpers re-exported for convenience.
simple_plugin
Lightweight Bevy plugin that runs generators and spawns their nodes.
spawner
Components used to spawn generated nodes inside a Bevy world.