Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 683 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 683 Bytes

DOOM Fire

Screenshot

A variation on the famous DOOM Fire algorithm written using WebAssembly, Rust and JS.

Check it out

Dependencies

Building

Rust

cd rust
rm -rf pkg
wasm-pack build --target web
cd ..
cp -r rust/pkg/ ./src/wasm/

JS

yarn build

Alternatively, you can just install Taskfile and run task build from the root of the repository