many-realities-studio / realityflow-old

GNU Affero General Public License v3.0
2 stars 1 forks source link

Furthering the GraphQL Implementation #135

Open FaisalSalameh opened 3 years ago

FaisalSalameh commented 3 years ago

Currently, you cannot update vsgraphs using GraphQL

  1. The changes don't get persisted to the database
  2. Update don't get sent to other players in the scene.

Revisit the method of sending, processing and sending of vsgraph data parameters

lucidbard commented 2 years ago

Decide on the exact network semantics of graphs. Do the effects get synchronized, or does each graph get executed on each client? I think the simpler question is how graphs are stored and synced -- which depends on serializing the NodeGraphProcessor graphs with any relevant properties (e.g. values, positions, etc).