Skip to content

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

Notifications You must be signed in to change notification settings

lev875/doom_fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published