Skip to content

polina4096/uvxl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UVxl dependency status GitHub

Multiplayer voxel sandbox game which runs on Linux, macOS, Windows, and the web using WASM.

Build Instructions

  1. Install the Rust toolchain: https://rustup.rs
  2. Clone the repository: git clone git@github.com:polina4096/uvxl.git
  3. Navigate to repository's directory: cd uvxl
  4. Build: cargo build --release

As of now, the game lacks an integrated server both on native and web. For instructions on how to build and run the server look into uvxl-server.

WASM support

Install wasm-pack, build with: wasm-pack build --out-dir www/pkg --release.

License

Distributed under the MIT license.

Languages