This is a small 3D application with a hex map. Hex art by Andreas Barbesgaard
Instructions:
- Press X to auto generate a new map
- PageUp & PageDown to Zoom
- WASD to move the camera
- Install Rust (https://www.rust-lang.org/tools/install)
- Run the application
- Start the native app:
cargo run
- Start the web build:
cargo run --target wasm32-unknown-unknown
- requires [
wasm-server-runner
]:cargo install wasm-server-runner
- requires
wasm32-unknown-unknown
target:rustup target add wasm32-unknown-unknown
- this will serve your app on a free port
- requires [
- Start the native app: