scawful 59e7dcc7f0 GUI Updates
Add DisplaySettings, replace ImGui style editor
Update Debugger interface with memory viewer
Decompose SNES initialization routines
Update DungeonObjectRenderer plan
Add DrawObjectRenderer UI mockup fofr DungeonEditor
2023-11-21 11:07:04 -05:00
2023-08-26 12:18:14 -04:00
2023-08-25 19:03:13 -04:00
2023-11-12 10:25:55 -05:00
2023-11-21 11:07:04 -05:00
2023-01-01 17:48:51 -06:00
2022-07-30 13:11:20 -05:00
2023-10-20 03:06:39 -04: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 
  1. Create the build directory and configuration
  cmake -S . -B build
  1. Build and run.
  cmake --build build

Documentation

  • For users, please refer to getting_started.md for instructions on how to use yaze.
  • For developers, please refer to infrastructure.md for information on the project's infrastructure.

License

YAZE is distributed under the GNU GPLv3 license.

SDL2, ImGui and Abseil are subject to respective licenses.

Screenshots

image

image

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%