Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 950 Bytes

File metadata and controls

25 lines (14 loc) · 950 Bytes

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.\

Install

To build run the command in the respective folder

cd Client && cargo build --release

To run for WASM you need to install cargo web and then run

cargo web start --target=wasm32-unknown-unknown

Contributing

Issues are welcome, as are pull requests and any code contributions.

It is recommended for your own sanity that you read the wgpu-rs book, the Bevy Cheatbook book and the official Rust Book to make sure that you understand the technology behind the project before contributing :)

License

GNUv3