Skip to main content

Crate aetheris_ecs_bevy

Crate aetheris_ecs_bevy 

Source
Expand description

Aetheris ECS Bevy Adapter.

Provides the BevyWorldAdapter which implements WorldState using bevy_ecs.

Re-exports§

pub use registry::ComponentReplicator;
pub use registry::DefaultReplicator;
pub use registry::ReplicatableComponent;
pub use components::*;

Modules§

components
deterministic_rng
extraction
interaction
physics_consts
Definitional physics constants for the Aetheris Engine (VS-01).
registry

Structs§

BevyWorldAdapter
Adapts a Bevy ECS World to the WorldState trait.
Networked
Marker component for entities that are replicated over the network. Stores the global NetworkId assigned by the server.