Skip to content
/ faux-maps Public

Generates cute, random maps in the browser using WebAssembly

License

Notifications You must be signed in to change notification settings

mjs/faux-maps

Repository files navigation

Faux Maps

Generates cute, random maps in the browser using WebAssembly. Most of the heavy lifting is done by the excellent Noise crate.

image

Live instance: https://menno.io/faux-maps/

How to install dependencies

npm install

How to run in debug mode

Need this workaround to avoid TLS issues (the Nix flake devshell already has this):

export NODE_OPTIONS=--openssl-legacy-provider

This builds the project and opens it in a new browser tab. Auto-reloads when the project changes.

npm start

How to build a release

This builds the project and places it into the dist folder.

npm run build