NexusSocial / nexus-vr

Social VR Game
Apache License 2.0
19 stars 6 forks source link

physnet: use replicate client for cube state #110

Closed TheButlah closed 3 months ago

TheButlah commented 3 months ago

Introduces a bevy resource for the datamodel, and reads/writes to it in the NetcodePlugin. This ensures that the simulation state gets synced.

Note that the datamodel is only ever Local, for now.