Skip to content

gaku-sei/totk-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published