Skip to content

Instantly share code, notes, and snippets.

@LucioFranco
Last active August 23, 2018 17:08
Show Gist options
  • Save LucioFranco/2dd6b9314cfdf291c665880279b3f20a to your computer and use it in GitHub Desktop.
Save LucioFranco/2dd6b9314cfdf291c665880279b3f20a to your computer and use it in GitHub Desktop.

Amethyst Networking TODO

  • Fix warnings
  • Make docs + book section
  • Merge
  • Prototype a proper connection manager (partially implemented in connection_manager.rs)
  • Abstract away UdpSocket behind a trait so we can also have tcp and others
  • Different ways of sending messages (reliable ordered, reliable unordered, unreliable/fast)
  • Finish filter (partial implementation in filter.rs)
  • then comes the harder stuff: Entity creation deletion and sync
  • lag compensation components and handling
  • network debugging tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment