Skip to content

A 3DS homebrew template that builds the 2d shapes example as well as generates CIA and 3DS files.

Notifications You must be signed in to change notification settings

Dogbonee/3DS_Homebrew_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DS Homebrew Template

This is a template that builds the 2d shapes example from devkitPro. It includes a CMakeLists file to build the project as well as files and scripts to build CIA and 3DS files from the generated 3dsx.

Dependencies

DevkitPro is required to build this project. You can get it from here.
You will also need Steveice10's bannertool to create the banners required for the CIA and 3DS files, which you can get from here.
Lastly, you need makerom, which you can get here.

How to build

Use the included "build.sh" to build the project. Do not use the CMakeLists directly, or it may not build correctly. This will generate elf and 3dsx files from the source files. Then, run the makeCIA or make3DS scripts to generate the respective file if you so choose.

Customization

The banner.png and icon.png can be replaced with whatever pngs you want, but keep in mind that they MUST be (256x128) and (48x48) pngs respectively. The CMakeList NAME, DESCRIPTION, and AUTHOR variables can also be modified to change the program properties.

About

A 3DS homebrew template that builds the 2d shapes example as well as generates CIA and 3DS files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published