No description
Find a file
2019-11-30 16:43:15 +01:00
.github Update main.yml 2019-11-15 21:04:34 +01:00
Common Some input changes, check for lack of controllers on menus 2019-11-29 18:53:01 +01:00
LibraryAppletQHbTarget Fix themes, add album, improve other stuff... 2019-11-17 14:59:56 +01:00
LibraryAppletQMenu Everything looking better now 2019-11-30 16:43:15 +01:00
libstratosphere@8bae7b4a78 Changes, add IPC code, start with themes 2019-10-11 17:43:17 +02:00
Plutonium@008d0fabf3 Add current stuff 2019-10-05 22:44:05 +02:00
Screenshots Update screenshots and donor titles (again...) 2019-11-09 23:34:07 +01:00
SystemAppletQDaemon Some input changes, check for lack of controllers on menus 2019-11-29 18:53:01 +01:00
SystemApplicationQHbTarget Fix themes, add album, improve other stuff... 2019-11-17 14:59:56 +01:00
uViewer More improvements 2019-11-22 23:28:24 +01:00
.gitignore Foreground viewer! 2019-10-18 22:49:47 +02:00
.gitmodules Finish animations, add IPC, relicense to GPLv2 due to libstrat 2019-10-06 18:34:04 +02:00
CurrentChangelog.md Everything looking better now 2019-11-30 16:43:15 +01:00
LICENSE Finish animations, add IPC, relicense to GPLv2 due to libstrat 2019-10-06 18:34:04 +02:00
Makefile Some more changes 2019-11-23 14:32:29 +01:00
Mockup.png Add current stuff 2019-10-05 22:44:05 +02:00
README.md Some more changes 2019-11-23 14:32:29 +01:00
TODO.md QForegroundViewer -> uViewer, many other changes 2019-11-22 19:50:32 +01:00
TopMenuMockup.png Missing new files 2019-10-20 18:41:52 +02:00

Custom, open-source replacement/reimplementation for Nintendo Switch's HOME menu (qlaunch), extending it with amazing, homebrew-oriented functionality!

drawing drawing

drawing drawing

drawing drawing

uLaunch is a very ambitious project, consisting on two custom library applets, a custom system application and a custom system applet, in order to replace the console's HOME menu with a custom, homebrew-oriented one.

  • This isn't any kind of HOME menu extension, injection, patch, etc. uLaunch is a complete reimplementation, 100% open-source, which also takes over eShop and Parental control applets and flog system title (all of them are pretty much useless with this reimpl) for its extended functionality.

  • The project is licensed as GPLv2.

  • For those who are interested in how the UI was done, this project is, like Goldleaf, a good example of how powerful Plutonium libraries can be in order to make beautiful UIs.

Get it from here!

Want to create custom forwarders (eg. RetroArch ones)? check uViewer tool in latest releases!

Want to find themes for uLaunch? Check r/uLaunchThemes subreddit!

For more detailed information about the whole project (themeing too), check its wiki!

Features

List of HOME menu features uLaunch has:

  • Proper launching and foreground management: launch, suspend and close titles and applets

  • Proper general channel handling (some of it might be not implemented): sleep, shutdown, reboot, HOME menu press detection...

  • Settings:

    • Show connected WiFi network's name

    • Open connection applet in case user wants to change network settings

    • Change console's language and show active one

    • Change console's nickname and show current one

  • User features:

    • Allow creating user on the startup menu

    • Show user's page (in order to edit nickname, icon, friends...)

  • Homebrew support

    • Launching as applets (no need of Album!)

    • Launching as applications (no need of any titles to do so!)

    • Custom basic homebrew menu

    • Option to add custom NRO accessors to main menu (homebrew or custom items easily accessible, no more need of forwarders!)

  • UI

    • Themes (different to official HOME menu themes/NXThemes)

      • Custom icons, menu assets and graphics (custom images, colors, sizes, positions...), background...

      • Custom background music and sound effects!

    • Folders in order to keep your main menu organized!

  • Users

    • PC-like login on startup (select user and use it for everything, log off, register/change/remove password...)

    • User password support! (up to 15 characters)

  • Miscellaneous extras

    • Web browsing (via web-applet) directly from the main menu!

    • Console screen capturing from PC itself (Windows-only) via USB-C cable and uViewer tool!

Disclaimer

Homebrew-as-application 'flog' takeover

uLaunch allows you to launch homebrew as an application, taking advantage of the system's 'flog' built-in application title, which was stubbed but not removed, thus it's content can be overriden via LayeredFS and launched.

Since launching this title should be impossible, it might involve ban risk. uLaunch has this option disabled by default, so enable and use it use it at your own risk. Always make youre you're safe from bans (by using tools like 90DNS) before using uLaunch to avoid any possible risks.

Compiling

You will need devkitPro, devkitA64, libnx and all SDL2 libraries for switch development.

Clone (recursively!) this repo (uses libstratosphere and Plutonium submodules) and hit make in root. It should build everything and generate a titles folder ready for use inside SdOut.

Using make dev instead of regular make will compile uLaunch in debug mode, which makes the backend process display a debug console and a special menu before usual boot to perform special tasks. This is only meant to be used by developers.

Credits

  • SciresM for libstratosphere.

  • Switchbrew team for libnx and nx-hbloader, the base of *QHbTarget processes (they're just simple wrappers of hbloader in the end)

  • C4Phoenix for the amazing design of this project's logo.

  • Icons8 website for a big part of the icons used by the default style.

  • Several scene developers for their help with small issues or features.

  • Everyone from Discord or other places whose suggestions made this project a little bit better :)