https://github.com/embarkstudios/rymder
Unofficial agones client SDK
https://github.com/embarkstudios/rymder
Last synced: 8 months ago
JSON representation
Unofficial agones client SDK
- Host: GitHub
- URL: https://github.com/embarkstudios/rymder
- Owner: EmbarkStudios
- License: apache-2.0
- Created: 2021-08-18T07:46:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T07:37:52.000Z (almost 3 years ago)
- Last Synced: 2025-06-02T23:37:34.488Z (about 1 year ago)
- Language: Rust
- Size: 118 KB
- Stars: 17
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🌌 `rymder`
**Unofficial Rust client for [Agones](https://agones.dev/site/)**
[](https://embark.dev)
[](https://discord.gg/dAuKfZS)
[](https://crates.io/crates/rymder)
[](https://docs.rs/rymder)
[](https://deps.rs/repo/github/EmbarkStudios/rymder)
[](https://github.com/EmbarkStudios/rymder/actions)
## Usage
See the [Agones Rust guide](https://agones.dev/site/docs/tutorials/simple-gameserver-rust/) for context about how to use this client, which is _mostly_ the same as the official client in the [Agones repo](https://github.com/googleforgames/agones/tree/main/sdks/rust).
## Development
Generate new protocol buffers with by running [proto-gen](https://github.com/EmbarkStudios/proto-gen).
`proto-gen --format --build-client generate -d src/proto -d src/proto/googleapis -f src/proto/sdk/sdk.proto -f src/proto/sdk/alpha/alpha.proto -o src/generated`
## Contribution
[](CODE_OF_CONDUCT.md)
We welcome community contributions to this project.
Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.
Please also read our [Contributor Terms](CONTRIBUTING.md#contributor-terms) before you make any contributions.
Any contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:
### License
This contribution is dual licensed under EITHER OF
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
For clarity, "your" refers to Embark or any other licensee/user of the contribution.