This is a simple, minimal frontend for ECWolf-JS, a WebAssembly port of ECWolf, used for launching games like Wolfenstein 3D in the browser. Written in TypeScript. Launches game from remote or local files and supports command line arguments. Uses JSZip to unpack zip files in the browser. Game saves and config saved by the Emscripten runtime in the browser's IndexedDB.
Supply the following files:
- ecwolf.pk3 from the latest release of ECWolf to /public/static
- ecwolf.wasm and ecwolf.js from the latest release of ECWolf-JS (custom frontend zip) to /public/static and /src/static respectively
- shareware.zip containing the IWADs (.wl1 files) from the shareware version of Wolfenstein 3D to /public/static (optional)
Then, use npm to launch a web server using Vite:
npm install
npm start