A tool for creating 3DS banners.
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo # generate
cmake --build build # building (optional)
cmake --install build # local install (with building)
cmake --build build --target package # packaging (with building)You can find automatically built versions of the tool for Windows (7+) and some GNU/Linux distributions (glibc 2.39+) at the Releases section.
Originally created and maintained by Steveice10.
- changed build system to CMake
- updated libraries for ogg vorbis and png file loading
- added library for wave file loading for more supported formats
- cleaned up and restructured code
- no more C-style memory management
- better error logging