scawful 931560cfb1 Add GraphicsEditor class
Super donkey proto graphics import experiment

removed snes_spc and asar_static because of macOS M1 build issues.

music player using snes_spc disabled

included macOS build configuration as it currently is.
2023-07-08 09:03:27 -04:00
2023-03-28 12:29:49 -05:00
2023-07-08 09:03:27 -04:00
2023-07-08 09:03:27 -04:00
2023-07-08 09:03:27 -04:00
2023-01-01 17:48:51 -06:00
2023-05-22 09:21:06 -05:00
2022-07-30 13:11:20 -05:00
2022-10-07 17:12:28 -05:00

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

Description
Yet Another Zelda3 Editor
Readme 34 MiB
Languages
C++ 85.8%
JavaScript 3.7%
Assembly 2.3%
CMake 2%
Shell 1.6%
Other 4.6%