Git Product home page Git Product logo

oschomebrewbrowser's Introduction

OSCHomebrewBrowser

The Open Shop Channel version of the Homebrew Browser.

Planned / TODO:

  • More meaningful errors
  • New background graphics
  • Nicer dpad scrolling
  • Truncate long descriptions to fit / Implement scrolling if plausible (Currently, descriptions longer than the box size result in visual bugs.)
  • Look into common DSI exceptions.
  • More new graphics, possibly

Building

  1. Install devkitPro, a toolchain for building Wii Homebrew applications.
  2. Install the wii-dev package via pacman.
  3. Clone and install the latest GRRLIB via its instructions.
  4. Install the ppc-mxml and ppc-libvorbisidec packages.
  5. Install the latest versions of libwiisocket, mbedtls, and libcurl from 4TU's wii-packages.
    1. Use the latest available tag, if possible. Packages are attached as release files.
    2. pacman -U <filename> to manually install.
  6. Run make, and enjoy!

oschomebrewbrowser's People

Contributors

dakrk avatar dhtdht020 avatar jan200101 avatar spotlightishere avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

oschomebrewbrowser's Issues

Support USB only

Currently, this fork of the Homebrew Browser has many issues with booting from only a USB drive. While this is very related to #4 not being completed, it's worth emphasizing on its own.

Fix up support for external repositories

It appears that external repositories were broken with several rewrites - i.e. requesting wrong paths via http. As the ongoing rewrite continues, this should be eventually resolved.

Migrate from USB/SD being hardcoded

Many, many paths currently hardcode checks to usb:/ or sd:/, which is not preferable.

As it stands, we now have several functions to allow agnostic access of a volume hosted on a SD card or USB drive, depending on the user's preference:

char *app_path(char *app_name, char *app_file);
FILE *hbb_fopen(char *filename, const char *mode);
char *device_name();
char *temp_path();

We should migrate to removing these.

UI rewrite tracking issue

I hope this helps to explain the issue:
image

This issue exists to track progress while rewriting the UI. Some suggested focus areas:

  • Separate pagination-based components into their own function
  • Have 4 line descriptions
  • Less clutter with code

More should be commented/edited on to this issue as time progresses.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.