LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

What language was SmileBASIC 3 written in?

Root / General / [.]

HTV04Created:
Just curious. Also, are the menus written in SmileBASIC (including the bouncing lines on the top screen) or are they coded in the language SmileBASIC was written in?

C++ and the UI doesn't run in the SB virtual machine, but it does use e.g. low level file loading routines shared by the SB environment.

Specifically the software keyboard and help popup are written in SmileBASIC and use internal functions, but that's it.

Specifically the software keyboard and help popup are written in SmileBASIC and use internal functions, but that's it.
Wait, they are? Is the code anywhere in SmileBASIC, or is it already compiled?

Specifically the software keyboard and help popup are written in SmileBASIC and use internal functions, but that's it.
What language was SmileBASIC 3 written in?

C++ and the UI doesn't run in the SB virtual machine, but it does use e.g. low level file loading routines shared by the SB environment.
Thanks!

Ohh I can't read. I was talking about SB4.

Oh i thought this was a post about Smilebasic BIG

C++ and the UI doesn't run in the SB virtual machine, but it does use e.g. low level file loading routines shared by the SB environment.
Are all 3DS games made in C++?

C++ and the UI doesn't run in the SB virtual machine, but it does use e.g. low level file loading routines shared by the SB environment.
Are all 3DS games made in C++?
No, they can be made in other languages too.

Ohh I can't read. I was talking about SB4.
Oh. Is the keyboard in SB3 still written in SmileBASIC though, or is it in C++ like everything else?

Ohh I can't read. I was talking about SB4.
Oh. Is the keyboard in SB3 still written in SmileBASIC though, or is it in C++ like everything else?
Keyboard is written in C++, though I believe the keyboard resources are stored as SB GRPs