Skip to content

RootCubed/ainby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

AINB File Viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages