Skip to content

Release 0.16.0 !

Compare
Choose a tag to compare
@connorcarpenter connorcarpenter released this 14 Feb 02:02
· 246 commits to main since this release
  • Protocol is no longer a huge enum that aggregates all Replicated types, the Protocol is configured at runtime before the Client/Server starts
  • Events are now read in the app via Bevy-inspired generic query methods
  • Component derived type (Replicate) is now separate from Message derived type
  • Added additional config options for the Client Tick synchronization system
  • Fixes/implements: #121
  • Fixes/implements: #120
  • Includes Serde, Derive, and TickConfig refactors from #136, thank you @cBournhonesque !