Netrex
Netrex copied to clipboard
A powerful minecraft bedrock software written in Rust and Typescript with a powerful Typescript plugin API.
Should the server itself tick? I'm thinking probably not because each world should be reliable for ticking, as ticking on the server (because it's a mutex) will hold a handle...
To remove redundancies and allow more control on debugging vs actual prints there should be a logger crate that can be used in all sub-crates of netrex like raknet and...
# Working login sequence (player spawn) - [ ] 1. Basic implementation of packets required to log in via [Protocol](https://github.com/NetrexMC/Protocol) - [x] Login - [x] Server to Client Handshake -...
# Entities and Player implementation - [ ] 1. Basic implementation of packets required to handle entities via [Protocol](https://github.com/NetrexMC/Protocol) - [ ] TO DO - [ ] 2. Skins (or...
# Chat and Commands - [ ] Text Packet - [ ] Available Commands Packet - [ ] API Backend for simplicity of creating commands. (needs brain storming.)
## Questions & Answers ### Why? Rust is fast, and allows us to practice better memory practicing, allowing us to write efficient code with incredible speed. ### So will the...
**Is your feature request related to a problem? Please describe.** Netrex is a glorious platform and we need it in 2025 to replace dragonfly **Describe the solution you'd like** John...