botw-map-3d icon indicating copy to clipboard operation
botw-map-3d copied to clipboard

WebGL rendering of the height maps from the Legend of Zelda: Breath of the Wild

Breath of the Wild WebGL Map

Getting Started

  • Download the latest release of the map files
  • Install Node.js
    • Current or LTS
  • Using a command line, verify install of Node.js and npm
> node -v
v9.3.0

> npm -v
5.5.1
  • Open command line in botw-map-3d-x.x.x directory and install dependancies
botw-map-3d-0.1.5> npm install
added 23 packages in 1.772s
  • Serve the files using Node.js
botw-map-3d-0.1.5> node server.js
Server running on http://localhost:8080/

Check the development branch for the up-to-date map!