Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 478 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 478 Bytes

Planet Defender

Made with Rust + WGPU + WASM (Play here!)


Planet Defender

Build from Source

Clone the repo:

git clone [email protected]:Woozl/planet-defender.git && cd planet-defender

Build with cargo (requires rustup)

cargo r

To build WASM ES6 module

(requires wasm-pack)

wasm-pack build -t web