Homebrew [Release] Hello World

  • Thread starter Thread starter JoostinOnline
  • Start date Start date
  • Views Views 10,376
  • Replies Replies 33
  • Likes Likes 14

JoostinOnline

Certified Crash Test Dummy
Member
Joined
Apr 2, 2011
Messages
10,989
Reaction score
3,840
Trophies
1
Location
The Twilight Zone
Website
www.hacksden.com
XP
4,368
Country
United States
This is just a template for anyone who wants to get started on text-based 3DS homebrew, and doesn't care about it looking good. It is the bare minimum for running an app, but notes are included. It is of no use to people who don't want develop apps.

Download

How to use
You need some basic knowledge of C of course, but I've included some notes in the code. Here are some commands:
  • make: build a 3dsx (NINJHAX) and cia (Gateway) executable.
  • make clean: delete the previously built files.
  • make run: Runs the homebrew file in 3dmoo so you can at least know if it works.
How to make it look nicer
Using printf is easy, but it's not pretty. Using colors can change that. I made a file to easily do just that.
  1. Save this as color.h in the source folder.
  2. Add #include "color.h" to the top of your source file.
  3. Use SET_COLOR(x) whenever you want to switch the font/background color, where x is any one of the colors listed in color.h
PS: I'm aware that another Hello World app exists, but it is far more complex and uses a custom font.
 
Last edited by JoostinOnline,
It's because you have a space in one of the folder names. Change "ctrulib-master (1)" to "ctrulib-master", or anything else without spaces. Run "make clean" before "make install", just to be safe.

Btw, to copy everything in command prompt, right-click on the text, choose Select All, right-click again, then paste it anywhere.
 
  • Like
Reactions: JoostinOnline
DyAFdi7.png
George?
 

Site & Scene News

Popular threads in this forum