fortheusers / hb-appstore

Homebrew App Store - GUI for downloading/managing homebrew apps
https://hb-app.store
GNU General Public License v3.0
1.08k stars 64 forks source link

Add GUI #1

Closed vgmoose closed 6 years ago

vgmoose commented 6 years ago

Concept screens by Roman!

update1 main popup1

vgmoose commented 6 years ago

Ideally this would involve the upgrading of Menu.cpp and the replacement of Console.cpp.

It should be possible to recreate these GUI mockups using SDL. Console.cpp is text based but it is already using SDL1.2, so the support to start implementing this is already there

vgmoose commented 6 years ago

As of https://github.com/vgmoose/appstorenx/commit/6c48200a73344bc5f41be474c3c5195242600c96,the GUI is mostly implemented!

Remaining issues:

Actual screenshots from the switch app!

screen shot 2018-03-24 at 1 23 20 pm screen shot 2018-03-24 at 1 24 37 pm screen shot 2018-03-24 at 1 06 55 pm

I put TODO: 's throughout the code where some of the remaining issues need to be resolved. Also attached is a .nro of the progress so far, but it requires the res folder from github added appstore.nro.zip

vgmoose commented 6 years ago

Added categories, fixed progress bar on installation, added caching!

Only thing that remains for the 1.0 release is the gamepad input, which is separate than this issue