Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netrexmc/protocol
Minecraft Protocol Library
https://github.com/netrexmc/protocol
Last synced: 2 months ago
JSON representation
Minecraft Protocol Library
- Host: GitHub
- URL: https://github.com/netrexmc/protocol
- Owner: NetrexMC
- Created: 2021-08-19T03:15:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T06:08:20.000Z (about 1 year ago)
- Last Synced: 2023-12-31T07:19:52.322Z (about 1 year ago)
- Language: Rust
- Size: 78.1 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protocol
Minecraft Protocol LibraryThis branch is dedicated to the **Minecraft Bedrock Edition** Protocol.
If you have any concerns or questions you can create an issue.### Notice
This repository does not serve as a stand-alone server. You should import this into your project for usage.
We rely on the following:- [binary_utils](https://github.com/NetrexMC/BinaryUtil)
- [glm](https://crates.io/crates/glm) For math related utilities.