🍸 Moonshine Core
Unconventional framework for making games in Bevy.
This crate is a grouping of several related low-level crates within the Moonshine ecosystem:
See individual crates for documentation and examples.
🍎 Moonshine Kind
Type safety solution for Bevy entities:
use *;
use *;
;
🌴 Moonshine Object
Ergonomic wrapper for managing complex enttiy hierarchies:
use *;
use *;
;
;
💾 Moonshine Save
Save/Load framework for managing persistent game state:
use *;
use *;
🥚 Moonshine Spawn
Tools for spawning entity hierarchies witout systems:
use *;
use *;
;
;
🛠️ Moonshine Utilities
Collection of generic utilities for improved safety, diagnostics, and ergonomics.
Support
Please post an issue for any bugs, questions, or suggestions.
You may also contact me on the official Bevy Discord server as @Zeenobit.