bevy_spawnable

Crates.iobevy_spawnable
lib.rsbevy_spawnable
version0.1.3
sourcesrc
created_at2024-04-21 05:16:28.408869
updated_at2024-04-24 00:55:41.7141
descriptiontiny spawn utility for Bevy, to encapsulate spawn logic
homepage
repositoryhttps://github.com/funatsufumiya/bevy_spawnable
max_upload_size
id1215147
size105,733
Fumiya Funatsu (funatsufumiya)

documentation

README

bevy_spawnable

Crates.io Docs.rs License

A tiny spawn utility for bevy. This crate will helps you:

  • encapsulate the spawn logic into a single function or object.
  • no worry about builder is Commands or ChildBuilder.

You can use this crate as a kind of like Unity's prefab as a code object, or builder to create entities which have complex structure.

( If you need more detailed spawn utility, consider moonshine_spawn as an alternative. )

Usage

see examples

Versions

bevy bevy_spawnable
0.13 0.1
Commit count: 8

cargo fmt