Crate bevy_ggrs

source ·
Expand description

bevy_ggrs is a bevy plugin for the P2P rollback networking library GGRS.

See GgrsPlugin for getting started.

Re-exports§

Modules§

Structs§

Enums§

Traits§

Functions§

  • Returns a hasher built using the seahash library appropriate for creating portable checksums.

Type Aliases§

  • Typical [Resource] used to store snapshots for a [Component] C as the type As. For most types, the default As = C will suffice.
  • Typical [Resource] used to store snapshots for a [Resource] R as the type As. For most types, the default As = R will suffice.