Homebrew App Store Wii U

From GameBrew
Homebrew App Store
Hbappstorewiiu.png
General
AuthorVgmoose
TypeOther Apps
Version2.3.2
LicenseGPL-3.0
Last Updated2023/03/23
Links
Download
Website
Source

GUI for downloading/managing open source Wii U homebrews on the console.

It's written in SDL2 with Chesto and uses the get package manager to download and manage open-source apps.

Installation

Available as a WUHB or RPX (for Aroma and Tiramisu environments).

To install, extract wiiu-extracttosd.zip to the root of the SD card.

Launch it from the home menu or the Homebrew Launcher.

Controls

D-Pad - Cursor

A - Select

B - Cancel

Y - Adjust sort

X - Credits

Minus - Quit

Screenshots

hbappstorewiiu.pnghbappstorewiiu2.png

Changelog

v2.3.2 2023/03/23

What's New?

  • Fixes #99 ("Most Recent" sorting order not working).
  • All of the changes in 2.3.1:
    • Significantly faster download and extraction speeds.
    • Display screenshot previews on the app's install page.
    • Repo and music changes on both platforms (see below).
    • Other fixes (see full 2.3.1 changelog).

Music Changes (2.3.1):

Repo Changes (2.3.1) The default repo URLs are changed to new bunny.net powered CDN URLs**

  • Wii U: wiiu.cdn.fortheusers.org/repo.json
  • Switch: switch.cdn.fortheusers.org/repo.json

Notes:

  • When Aroma is out of beta, most current ELF/RPX apps will move to the "Legacy" category, and the "Aroma-Ready" category apps will take over the usual categories.
    • The included repos.json file in the zip file will overwrite and automatically update existing users to these new repo URLs.

v2.3.1 2023/03/23

All Platforms:

  • Uses full qwerty keyboard on Search/Feedback pages.
  • Adjustments to the App details page:
    • View multiple Screenshots when available.
    • List to-be-installed files with button press.
    • Change uninstall button to X, to prevent accidental clicks.
  • Faster zip extraction for large packages (Thanks @Maschell!).
  • Allow changing of music by replacing background.mp3 file.
    • MP3 title and artist are now displayed in the UI.
  • Adds SFX when moving cursor through menus.
  • Save and remember music/sfx toggle setting.

Wii U Specific:

  • Compiles to both .wuhb and .rpx formats.
    • New sidebar category "Aroma-Ready" hosts .wuhb homebrew*.
  • Properly implement app exiting via ProcUI (Thanks again @Maschell!).
  • Music plays at a higher quality and lower volume.
  • Use HTTPS for repo and enable by default (Thanks @GaryOderNichts!).
  • Icon size matches Switch build (no longer uses HBL-style icons).
  • Change sidebar color from purple to blue.

Switch Specific:

  • Add background music (Slimers (T-T)b cover by drewinator4).
  • Default music playback to OFF.
    • Switch users get upset when the speakers make noise.
  • Displays a warning notice if the user launches in Applet mode.
  • Change sidebar color from gray to red.

Repo Management:

  • The default repo URLs are changed to new bunny.net powered CDN URLs**
    • Switch: switch.cdn.fortheusers.org/repo.json
    • Wii U: wiiu.cdn.fortheusers.org/repo.json
  • Apps will now tend to use any resolution icons (not HBL/square/specific/etc).
  • Banners will be mostly replaced by 1 or more screenshots, where applicable.
    • On Wii U, Aroma-compatible apps will display a notice in the banner location.

Notes:

  • When Aroma is out of beta, most current ELF/RPX apps will move to the "Legacy" category, and the "Aroma-Ready" category apps will take over the usual categories.
    • The included repos.json file in the zip file will overwrite and automatically update existing users to these new repo URLs.

v2.2 2019/12/24

Wii U + Switch App Client:

  • No more loading screen! Images and metadata are now downloaded on-the-fly, and you are dropped immediately into the app listing (by rw-r-r_0644!)
  • Abstracted UI components into the standalone library Chesto.
    • Chesto is a declarative, element-based library for creating lightweight user interfaces in SDL2. Along with the App Store console client, it also powers vgedit.
    • Chesto uses resinfs rather than switch/wiiu romfs for storing and loading compressed assets from memory (by rw-r-r_0644).
    • Want to give it a try? Have a peek at CompuCat's example, ChestoTesto!
  • Shows progress while extracting files from the zip package.
  • Detailed Credits page to fairly highlight importance of people's contributions in the scene.
  • Recovery mode added, accessed by pressing repeatedly L/R immediately after launching.
    • Can be used to clear all cached/config data, and install/remove packages without a GUI.
  • Bugfixes and Oversights:
    • Fixes issues when package structure totally changes (libget#8).
    • Sorting button no longer occasionally crashes.
    • Files download to disk to avoid being stored in memory (Thanks TotalJustice!).
    • Onscreen quit button added (Thanks jacquesCedric!).
  • Platform Specific:
    • Switch: Uses https for default Switch repo (sorry for dragging feet on this!).
    • Switch: Themes are now excluded from the "All Apps" category.
    • Switch: If launched in applet mode, uses Wii U style banners.
    • Wii U: Fix crackling/popping during music playback (by Quarktheawesome).
    • Wii U: Fix bug that duplicates appstore entries in HBL upon upgrading... (see Notice*).
      • TL;DR: after updating on Wii U there will be two appstore apps in HBL. Launching either one will work, and it will clean up the extra one.
  • Move primary development from GitHub to GitLab.
    • We’ll continue to upload releases to GitHub for the moment, but that repo will eventually be deprecated and direct users to GitLab.

Sources:

v2.1 2019/03/28

Switch:

  • New theme category + allow theme installation.
  • NRO launching after installation.
  • Uses GPU to render (smoother).

Both:

  • Faster downloads.
  • Can actually exit with minus button.
  • Misc category added.

Wii U:

  • Synced with switch codebase! Now using SDL2.
  • Can search now!.
  • Can control without touch screen.
  • Can scroll and read more details about packages (size, changelog, etc).
  • Can install files anywhere on SD (Retroarch, haxchi, etc updated).
  • Sort apps, smoother scrolling, and other quality of life things from syncing with Switch.

v2.0 2018/10/02

New Features:

  • Search functionality with on screen keyboard.
  • Allow sorting of app list by: most recently updated, download count, alphabetically, download size, and randomly.
  • Add new "Advanced" category including some system/hekate modules.
  • Redesigned "App Details" screen to show much more information about each app such as long scrollable description, download count, download size, and last updated date.
  • Added feedback reporting for any app to collect data about what works and doesn't work. This feedback will be passed along to the app's author if appropriate.

Enhancements:

  • All touch and controller controls refactored and more responsive to input (highlights, buttons, etc).
  • Add four-column "wide" view activated by pressing L or ZL in the app listing.
  • New offline screen when internet connection isn't detected instead of empty progress bar.
  • List other apps by the same author from the details page.

Bug fixes:

  • Switched to curl instead of old hacky HTTP downloading curl.
  • Empty folders are now removed upon uninstallation of a package.
  • Corrupt cached icons should no longer freeze loading.
  • Uses romfs for storing images instead of an external folder.
  • Some settings for cleaning up any empty folders leftover by the old app and wiping the icon cache.

v1.0 2018/03/29

  • This is a Switch homebrew app for downloading and installing more homebrew from Switchbru's repository.
  • To use it, see the instructions in the readme. Homebrew is only currently publicly compatible with 3.0.0 Switches.
  • The first load will take a while as it caches some icon and banner data, loads after that should be much faster. The best way to interact with the app is by using the touch screen, but there are also gamepad controls.

Known issues:

  • fortheusers/libget#1 - empty folders aren't removed when uninstalling package
  • #5 - Pynx takes about 5 minutes to extract files from zip
  • #2 - downloading should use libcurl

Release notes.

Credits

The Homebrew App Store team is: @pwsincd@Nightkingale@vgmoose@compucat@rw-r-r-0644@crc-32@ashquarky

External links

Advertising: