10 releases (breaking)

0.15.3 Aug 23, 2020
0.8.1 Aug 17, 2020
0.8.0 Mar 23, 2020
0.6.1 Oct 4, 2019
0.2.0 Oct 23, 2018

#21 in #frame-rate

Download history 659/week @ 2023-12-06 917/week @ 2023-12-13 883/week @ 2023-12-20 419/week @ 2023-12-27 519/week @ 2024-01-03 913/week @ 2024-01-10 757/week @ 2024-01-17 631/week @ 2024-01-24 357/week @ 2024-01-31 738/week @ 2024-02-07 827/week @ 2024-02-14 803/week @ 2024-02-21 859/week @ 2024-02-28 938/week @ 2024-03-06 783/week @ 2024-03-13 895/week @ 2024-03-20

3,652 downloads per month
Used in amethyst

MIT/Apache

170KB
3K SLoC

Amethyst Networking

Build Status Latest Version docs.rs Join us on Discord MIT/Apache

This is the networking crate for the amethyst game engine. This crate provides the building blocks which application developers can use to develop online multiplayer games. The main engine can be found at https://amethyst.rs.

This project is still at an early stage. We are currently designing and implementing a robust networking system on top of specs. To exercise our implementation, we are creating a small test game which we will make public when we feel it's in a good place. Eventually, as we gain more confidence in our solution, we will move stable functionality over from that game to amethyst network.

Currently, amethyst network supports:

  • NetworkSimulationTime resource to decouple simulation frame rate from ECS frame rate
  • An API abstraction for various transport layer network systems
  • Implementations of the laminar and UDP transport layers
  • Connection lifecycle management

Contribution

Unless you explicitly state otherwise, any Contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

For more information or help, please come find us on the amethyst discord server's #net channel. We are working on architecture, design, and roadmaps and can definitely use some helping hands, don't hesitate :).

License

Licensed under either of

Dependencies

~14MB
~279K SLoC