https://github.com/timonpost/net-sync
https://github.com/timonpost/net-sync
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timonpost/net-sync
- Owner: TimonPost
- Created: 2020-02-14T17:39:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T13:15:03.000Z (over 5 years ago)
- Last Synced: 2025-09-07T12:23:34.169Z (5 months ago)
- Language: Rust
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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