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 |
#20 in #frame-rate
3,187 downloads per month
Used in amethyst
170KB
3K
SLoC
Amethyst Networking
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
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT) at your option.
Dependencies
~14MB
~267K SLoC