scawful / yaze

Yet Another Zelda3 Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yet Another Zelda3 Editor

License:Other


Languages

Language:C++ 88.7%Language:C 9.8%Language:Objective-C++ 0.7%Language:CMake 0.7%Language:Assembly 0.1%