https://github.com/andreypfau/mcrs
A voxel engine written in Rust, built on Bevy ECS, inspired by Spout, with a Minecraft gameplay implementation.
https://github.com/andreypfau/mcrs
bevy ecs minecraft minecraft-server-software rust
Last synced: 6 months ago
JSON representation
A voxel engine written in Rust, built on Bevy ECS, inspired by Spout, with a Minecraft gameplay implementation.
- Host: GitHub
- URL: https://github.com/andreypfau/mcrs
- Owner: andreypfau
- Created: 2025-12-10T06:02:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-13T14:49:40.000Z (6 months ago)
- Last Synced: 2025-12-14T06:35:13.368Z (6 months ago)
- Topics: bevy, ecs, minecraft, minecraft-server-software, rust
- Language: Rust
- Homepage:
- Size: 203 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcrs
A voxel engine written in Rust, built on [Bevy](https://bevyengine.org) ECS, inspired
by [Spout](https://github.com/spoutdev/Spout), with a Minecraft gameplay implementation.
## Structure
- **mcrs_engine** - Voxel engine core
- **mcrs_minecraft** - Minecraft gameplay implementation
- **mcrs_protocol** - Minecraft protocol implementation
- **mcrs_nbt** - Minecraft NBT serialization implementation
## Status
Early development.
## Build
```bash
cargo build --release
cargo run --release
```