Files
yaze/README.md

1.0 KiB

Yet Another Zelda3 Editor

  • Platform: Windows, macOS, GNU/Linux
  • Dependencies: SDL2, ImGui

Description

General purpose editor for The Legend of Zelda: A Link to the Past for the Super Nintendo.

Takes heavy inspiration from ALTTP community efforts such as Hyrule Magic and ZScream

Building and installation

CMake is required to build yaze

  1. Clone the repository

     git clone --recurse-submodules https://github.com/scawful/yaze.git 
    
  2. Create the build directory and configuration

     cmake -S . -B build
    
  3. Build and run.

     cmake --build build
    

License

YAZE is distributed under the GNU GPLv3 license.

SDL2, ImGUI and Abseil are subject to respective licenses.

Screenshots

image