RustCraft icon indicating copy to clipboard operation
RustCraft copied to clipboard

Rustcraft is a Minecraft Client, positioning itself as the performant Minecraft Java Edition client, with support with higher quality graphical options than that of the Mojang Minecraft Client.

Rustcraft

Rustcraft is a Voxel Game with the goal of providing a fun, new and feature packed experience for sandbox lovers.

Installation

Right now there are no stable releases, you have to build it yourself.

Build

Client (Native)

TODO

Client (WASM)
cd ./site && docker compose up
Server
cd ./server && docker compose up
API
cd ./api && docker compose up

Develop

Client (Native)

TODO

Client (WASM)
cargo run --bin rc_client --target wasm32-unknown-unknown
Server
cargo run --bin rc_server
API
cd ./api && cargo run