Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 787 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 787 Bytes

ainby - An AINB file viewer

A tool to view .ainb files, as seen in Super Mario Bros. Wonder, Tears of the Kingdom, and more.

Screenshot

NOTE: This program is still in a very early stage of development. Expect bugs, crashes, and incorrect parsing of files.

Current features

  • Can read most sections of .ainb files
  • Can view SARC files (e.g. .pack files use this)

Building

  1. (Prerequisites) Install CMake and any compatible C++ toolchain
  2. Clone the repository: git clone --recurse-submodules https://github.com/RootCubed/ainby.git
  3. cd into the project: cd ainby
  4. Make a build folder (mkdir build) and cd into it: cd build
  5. Configure CMake: cmake ..
  6. Build the executable: cmake --build .