Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 825 Bytes

Tears of the Kingdom - An Interactive Map

You can see it running here.

A simple and straightforward interactive map for Zelda Tears of the Kingdom.

Build in Rust with Bevy.

Screenshots

Desktop version:

Desktop

Web version:

Web

Build and run

Desktop (recommended)

After cloning this repository, you can simply use Cargo:

cargo run --release

Web version (not recommended)

In order to build (and run) the web based version:

python ./scripts/build_wasm.py
python ./scripts/run_wasm.py

You can now open http://127.0.0.1:3000/ to access the map.