Homebrew C# porting?

  • Thread starter Thread starter SAIYAN48
  • Start date Start date
  • Views Views 5,924
  • Replies Replies 38

SAIYAN48

Kaesar Supremissimus
Member
Joined
Mar 11, 2016
Messages
797
Reaction score
6,412
Trophies
3
Age
126
Location
The Ends of Eternity
XP
6,333
Country
Canada
I know that homebrew can be made in C++, which is a language I know a bit of since I'm studying it in programming class. Is there a way to port a C# program so that it would work on the O3DS? I like C# a lot more. (It's prettier :P)
 
I'm pretty sure there's no way to compile stuff programmed in C# for the 3DS, so you'd have to re-write it in C++ or another language that can be used on the 3DS.
 
I know that homebrew can be made in C++, which is a language I know a bit of since I'm studying it in programming class. Is there a way to port a C# program so that it would work on the O3DS? I like C# a lot more. (It's prettier :P)

No actual way to compile C# code to a 3ds executable. Your only option is to port your C# code to C++
 
Unity for 3DS uses C#, as well as Java. But you have to be an official registered dev to be able to use it anyway...
 
  • Like
Reactions: Deleted User
Use C or Cpp. It's similar to C# and it's cross compatible with, like, all Systems Homebrew wise.
 
Programming for the 3DS is a bit more low-level than for the PC. With limited RAM (64 or 128 MB I think), C/C++ is the language of choice, since it doesn't have a lot of overhead, and gives you fine control over memory usage. C# runs on top of a framework that would have to be designed for the 3DS, and would take up precious resources. For homebrew, I think doing that would be impractical. If Unity really does use C#, I wouldn't think the potential for its games would be as high as with just C++.

Just be thankful you don't have to use assembly. *shudders*
 
If Unity really does use C#, I wouldn't think the potential for its games would be as high as with just C++
I think Unity is better than homebrew by far.
For many reasons!

1) It's the real deal! No homebrew involved whatsoever!
2) If you know your way around Unity, it will be even easier to create 3DS applications! ;)
3) Not overly text-based like the main 3DS homebrew sources you see today. :P

Just take a look at this video! I think it will show you the full potential of what you can do with Unity! (For New3DS at least. ;))
 
I think Unity is better than homebrew by far.
For many reasons!

1) It's the real deal! No homebrew involved whatsoever!
2) If you know your way around Unity, it will be even easier to create 3DS applications! ;)
3) Not overly text-based like the main 3DS homebrew sources you see today. :P

Just take a look at this video! I think it will show you the full potential of what you can do with Unity! (For New3DS at least. ;))

By potential, I meant the maximum of what could be done. I'm sure it's easier with Unity, but it probably won't be like what could be accomplished with C++ (which is harder).
 
I think Unity is better than homebrew by far.
For many reasons!

1) It's the real deal! No homebrew involved whatsoever!
2) If you know your way around Unity, it will be even easier to create 3DS applications! ;)
3) Not overly text-based like the main 3DS homebrew sources you see today. :P

Just take a look at this video! I think it will show you the full potential of what you can do with Unity! (For New3DS at least. ;))

Too bad it's not really common to find a build of unity for 3ds, it's even worse for wiiu builds(I don't think there even are any leaks atm?).
So I think you were lucky enough to get into Nintendos Dev Program?
 
I think Unity is better than homebrew by far.
For many reasons!

1) It's the real deal! No homebrew involved whatsoever!
2) If you know your way around Unity, it will be even easier to create 3DS applications! ;)
3) Not overly text-based like the main 3DS homebrew sources you see today. :P

Just take a look at this video! I think it will show you the full potential of what you can do with Unity! (For New3DS at least. ;))

How did you get the 3DS unity license? Did you register with Nintendo or are there "other ways". What kind of file does it export to?
 
Too bad it's not really common to find a build of unity for 3ds, it's even worse for wiiu builds(I don't think there even are any leaks atm?).
I already have Unity for Wii U. I am itching to leak it, but I should really not do that. I have my morals™ with me. :P

So I think you were lucky enough to get into Nintendos Dev Program?
I joined this guy's "company" recently. We've not been officially approved just yet, so I don't exactly have Unity for 3DS with me at the moment. Maybe in a month or so. :P

--------------------- MERGED ---------------------------

What kind of file does it export to?
AFAIK, they export CCI and CIA files. You should rely on CCI builds more if you are planning to build for a retail 3DS. CIAs are for Dev units only at the moment.
 
1. C# isnt compiled to machine code, its compiled to byte code (MSIL specifically) and has to run on MS's CLR environment.
2. Unity is apparently a thing for n3ds, but I personally wouldnt touch it with a 10ft poll. Theres a reason its n3ds only, because the extreme code overhead that would cause o3ds to lag.
 
  • Like
Reactions: andriy921

Site & Scene News

Popular threads in this forum