A tool to support Super Mario Sunshine academic research and TAS.
Go to file
sup39 58b75ce398
[v0.1.0-beta.5] Fixed get version function
2023-07-26 18:22:34 +09:00
res/ObjectParameters [v0.1.0-beta.3] Added support for older Dolphin and MEM2 2023-07-25 21:13:50 +09:00
src [v0.1.0-beta.5] Fixed get version function 2023-07-26 18:22:34 +09:00
sup-smsac-derive Added version info to main.rs; added SPDX to *.js and *.css 2023-07-23 05:51:31 +09:00
www [v0.1.0-beta.5] Fixed get version function 2023-07-26 18:22:34 +09:00
.gitignore [v0.1.0-beta.1] Implemented ObjectViewer 2023-07-23 05:27:51 +09:00
CHANGELOG.md [v0.1.0-beta.5] Fixed get version function 2023-07-26 18:22:34 +09:00
Cargo.lock [v0.1.0-beta.4] Added validity check on MEM1 of DolphinProcessMemory; fixed write memory API 2023-07-26 00:44:24 +09:00
Cargo.toml [v0.1.0-beta.5] Fixed get version function 2023-07-26 18:22:34 +09:00
LICENSE.txt [v0.1.0-beta.3] Added support for older Dolphin and MEM2 2023-07-25 21:13:50 +09:00
README.md [v0.1.0-beta.3] Added support for older Dolphin and MEM2 2023-07-25 21:13:50 +09:00
about.hbs [v0.1.0-beta.3] Added support for older Dolphin and MEM2 2023-07-25 21:13:50 +09:00
about.toml [v0.1.0-beta.1] Implemented ObjectViewer 2023-07-23 05:27:51 +09:00
build.sh [v0.1.0-beta.3] Added support for older Dolphin and MEM2 2023-07-25 21:13:50 +09:00

README.md

sup-smsac

A tool to support Super Mario Sunshine academic research and TAS.

It is written in Rust (backend) and JavaScript (frontend), and uses HTTP + WebSocket to communicate between backend and frontend.

It only contains a simple Object Viewer at the moment.

Usage

Download the binary from the releases page. Unzip and double click sup-smsac.exe. It should open browser automatically for you. If it doesn't, open browser and navigate to the url shown in the terminal manually.

Building from Source (Windows only)

Requirements:

# Clone the repository
git clone https://github.com/sup39/sup-smsac

# cd to the directory of the repository
cd sup-smsac

# run the build script
sh build.sh

# the out files will be in "out/sup-smsac-$version"

Note that if you are using cargo run, you have to pass -d path/to/repository/directory as argument to specify the path to the directory of the repository:

# assuming you are in the directory of the repository
cargo run -- -d .

TODO

  • documentation of the WebSocket API
  • add more ObjectParameters files
  • UI improvement