[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z8QK6XU749JB2) [![Latest Version][crate-badge]][crate-link] [![docs][docs-badge]][docs-link] ![Lines of Code][loc-badge] [![MIT][license-badge]][license-link] # Development Note There's a lot of construction work at the moment. Don't use this library yet! Unless you want to contribute, of course. In terms of design there is nothing definitive, at the moment I'm still working on an API and I'm still in the research phase. Feel free to ping me in the amethyst discord (Timon | Flying Dutchman#4256) # Network Synchronisation This library offers an abstraction for synchronizing entities across the network. It can be used for higher level ECS-libraries. Such as [legion-sync](https://github.com/entity-sync-rs/legion-sync) or specs (low-prio). [crate-badge]: https://img.shields.io/crates/v/net-sync.svg [crate-link]: https://crates.io/crates/net-sync [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg [license-link]: ./docs/LICENSE [docs-badge]: https://docs.rs/net-sync/badge.svg [docs-link]: https://docs.rs/net-sync/ [loc-badge]: https://tokei.rs/b1/github/entity-sync-rs/net-sync?category=code