Skip to content

carstene1ns/3ds-bannertool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bannertool

A tool for creating 3DS banners.

How to build

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)

Releases

You can find automatically built versions of the tool for Windows (7+) and some GNU/Linux distributions (glibc 2.39+) at the Releases section.

History

Originally created and maintained by Steveice10.

Notable changes:

  • 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

About

Backup of Steveice10's bannertool with CMake build system

Resources

License

Stars

20 stars

Watchers

1 watching

Forks

Contributors