JSKitty / rusty-sandbox

A lightweight sandbox sim written in Rust.
https://stakecubecoin.net/wasm-sandbox/
MIT License
27 stars 0 forks source link
game macroquad rust rust-lang sandbox sandbox-game wasm

Rusty Sandbox

A lightweight sandbox sim written in Rust.

Play via Browser (WASM) | Compile by yourself

This is a quick hobby project written to practice three things: Rust, Macroquad and Maths!


Dev Builds

Prerequisites: The Rust Toolchain (stable preferred).

Local Compile (For your architecture) ```bash git clone https://github.com/JSKitty/rusty-sandbox.git && cd rusty-sandbox cargo run --release cargo build --release ```
WASM Compile (For web-based usage like this!) ```bash git clone https://github.com/JSKitty/rusty-sandbox.git && cd rusty-sandbox rustup target add wasm32-unknown-unknown cargo build --release --target wasm32-unknown-unknown ```

Aim / Goals

The primary aims of the project being: