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§
- Bevy
World Adapter - Adapts a Bevy ECS World to the
WorldStatetrait. - Networked
- Marker component for entities that are replicated over the network.
Stores the global
NetworkIdassigned by the server.