74b1b86997cfe699c1f3466941834c0a211f9b59
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
-
Clone the repository
git clone --recurse-submodules https://github.com/scawful/yaze.git -
Create a build directory in the root workspace folder
mkdir build -
Move to the build directory and generate the build files specified in CMakeLists.txt
cmake -G "<MinGW Makefiles/Unix Makefiles>" ../ -
Build and run.
make yaze cmake --build <yaze_root/build> --config Debug --target yaze
Screenshots
Description
Languages
C++
85.8%
JavaScript
3.7%
Assembly
2.3%
CMake
2%
Shell
1.6%
Other
4.6%
