Macros for creating Traits in Bevy
Procedural macro for `bevy-trait-query`
Procedural macro for `bevy-trait-query`
Implementation of trait queries for the bevy game engine
A library for system architecture that utilizes functional programming principles to organize code. It primarily uses mask-based generics to structure systems.
(bevy_mask_system)A library for system architecture that utilizes functional programming principles to organize code. It primarily uses mask-based generics to structure systems.
Procedural attribute macros for Bevy apps that reduce boilerplate by automatically registering components, resources, events, states, and systems in your plugin's build function.
A logic gate simulation plugin for Bevy.
Simple type safety solution for Bevy
Collection of tools for spawning entities in Bevy
Tool to load SVG to bevy, adding properties based on the style
create marker types that wrap other, inner, types - with trait impls matching PhantomData