Homebrew RELEASE Switch Homebrew Appstore

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
I'll have to either fix or remove that B-crash >_>

If you don't copy over a .json file, the app is supposed to generate its own (pointing to switchbru.com/appstore). If nothing shows up I would probably lean towards it indicating the server can't be reached. Also, since I don't have curl working, other servers in the .json won't work (the IP for switchbru is hardcoded to get around DNS resolution).


Cool! I wish I understood the crashes better. For example, I wasn't able to get either of the libtransistor/libnx-examples at all, but other apps I was able to reliably get.

Did you test removal as well? (It will only ever delete files that were included in the download manifest, so it will leave save files and configuration behind)

EDIT: actually, if you both could upload the contents of your /switch/appstore/.get folder, that would be helpful for me to look at
yes, I tried to delete some app as a test, everything is correct
 
  • Like
Reactions: pwsincd

vgmoose

Well-Known Member
Member
Joined
Jan 31, 2016
Messages
360
Trophies
1
Website
github.com
XP
3,060
Country
United States
also, does anyone have any thoughts on what a name besides "App Store" would be for this (console app and website)?

While I think the name worked well on the Wii U, with the Switch and more interest going around, it's a bit weird to lay claim to such a generic name like "app store"... Any suggestions?
 
  • Like
Reactions: Masterwin

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
also, does anyone have any thoughts on what a name besides "App Store" would be for this (console app and website)?

While I think the name worked well on the Wii U, with the Switch and more interest going around, it's a bit weird to lay claim to such a generic name like "app store"... Any suggestions?

I think it has the correct name, download, delete and manage the nintendo switch app, to use with hbl, download app, app switch, download app switch, hbl store, app for hbl, english is not my strong sorry hehehe, but Here are some suggestions, greetings!
 

Mnecraft368

I hate my name.
Member
Joined
Aug 8, 2015
Messages
1,763
Trophies
0
XP
3,303
Country
United Kingdom
also, does anyone have any thoughts on what a name besides "App Store" would be for this (console app and website)?

While I think the name worked well on the Wii U, with the Switch and more interest going around, it's a bit weird to lay claim to such a generic name like "app store"... Any suggestions?
Maybe something simple like HB Store or Homebrew Store.

Im awful with names so these are pretty bad.
 

lordelan

Well-Known Member
Member
Joined
Jan 4, 2015
Messages
5,784
Trophies
1
Age
44
XP
6,508
Country
Germany
@vgmoose
"Apps Shelf"
"NXPM" (NX Package Management)
"1•2•Apps"/"1-2-Apps" (inspired by an awful Switch game)
"HDS" (Homebrew Distribution System)
"HD HD" (Homebrew Distributor in High Definition)
"Sphinx" (Super Perfect Homebrew in NX)
"Phalanx" (Pleasing Homebrews at least at NX)
 
D

Deleted-442439

Guest
Updated the .nro, new version (0.6) is available through the app! (or here)

If this fixes the download crashing issues for everyone, then I'm going to be ditching the preview interface and work on the new GUI design.

Great job, I can't test this stuck on 4.1.0, but I can send over some assets (Switch UI animations, sound etc.) if you want a authentic Switch UI for the app.
 

vgmoose

Well-Known Member
Member
Joined
Jan 31, 2016
Messages
360
Trophies
1
Website
github.com
XP
3,060
Country
United States
Thanks for the feedback everyone! I've pushed to Github what I'm now calling the 1.0 release: https://github.com/vgmoose/appstorenx/releases/tag/v1.0

The web version has also been updated to match the app (a long goal of the Wii U verison): https://www.switchbru.com/appstore/

The primary method of input is to use the touch screen + scroll/tap, but I also added some very simple controls if you can only use the gamepad (to support TV-docked mode). The first launch will fetch icons+metadata to cache and take a while, but successive launches should be much faster.

There are still a couple of issues I'd like to iron out (see the release page on Github) but I hope to have the bulk of the coding behind me rather than in front of me. If someone would like to get involved with the coding/designing of this project, their own project, or just wants to leave feedback, please stop by the Switchbru Discord (or #switchbru on Freenode). This GUi was quite a bit of work to design, and I would be more than happy if someone wanted to use the code as a base for their own project!

cDTbmes.png


The OP has also been edited, and you see the readme on Github for info on how to host your own App Store server.

@SylasMc - fixed, now there's a .nro on the download link (and it requires the res folder as well
@jjbredesen - now that the basic UI is done, some animations and sounds would be very appreciated!

As for the renaming... I am still interested in renaming it in a future version!
 
Last edited by vgmoose,

4gionz

Well-Known Member
Member
Joined
Aug 16, 2014
Messages
793
Trophies
0
Age
33
XP
488
Country
Canada
First off amazing!! Your app on the wii u was the best so knowing that all homebrew will reliably be stored in one place for the switch right from the get go is amazing news!

Sadly I’m not on 3.0 so I can’t test..but for a name change I have a suggestion, instead of calling this an AppStore just call it a downloader so HB Downloader, homebrew downloader or even HB:D haha or if you want to go for more of a “Cydia” type name then I suggest looking into code names for switch and it’s chips and figuring something out! NxD for nx downloader or something! I don’t know but those are my suggestions. Hopefully you find something slick that you like
 

Brasse

Member
Newcomer
Joined
Dec 25, 2017
Messages
20
Trophies
0
Age
29
XP
445
Country
Sweden
Thanks for the feedback everyone! I've pushed to Github what I'm now calling the 1.0 release: https://github.com/vgmoose/appstorenx/releases/tag/v1.0

The web version has also been updated to match the app (a long goal of the Wii U verison): https://www.switchbru.com/appstore/

The primary method of input is to use the touch screen + scroll/tap, but I also added some very simple controls if you can only use the gamepad (to support TV-docked mode). The first launch will fetch icons+metadata to cache and take a while, but successive launches should be much faster.

There are still a couple of issues I'd like to iron out (see the release page on Github) but I hope to have the bulk of the coding behind me rather than in front of me. If someone would like to get involved with the coding/designing of this project, their own project, or just wants to leave feedback, please stop by the Switchbru Discord (or #switchbru on Freenode). This GUi was quite a bit of work to design, and I would be more than happy if someone wanted to use the code as a base for their own project!


The OP has also been edited, and you see the readme on Github for info on how to host your own App Store server.

@SylasMc - fixed, now there's a .nro on the download link (and it requires the res folder as well
@jjbredesen - now that the basic UI is done, some animations and sounds would be very appreciated!

As for the renaming... I am still interested in renaming it in a future version!

Iv'e just tested on my switch, and it seems to be working well. Tried to download Flashback (REminiscene) and it worked just fine!
 

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
Thanks for the feedback everyone! I've pushed to Github what I'm now calling the 1.0 release: https://github.com/vgmoose/appstorenx/releases/tag/v1.0

The web version has also been updated to match the app (a long goal of the Wii U verison): https://www.switchbru.com/appstore/

The primary method of input is to use the touch screen + scroll/tap, but I also added some very simple controls if you can only use the gamepad (to support TV-docked mode). The first launch will fetch icons+metadata to cache and take a while, but successive launches should be much faster.

There are still a couple of issues I'd like to iron out (see the release page on Github) but I hope to have the bulk of the coding behind me rather than in front of me. If someone would like to get involved with the coding/designing of this project, their own project, or just wants to leave feedback, please stop by the Switchbru Discord (or #switchbru on Freenode). This GUi was quite a bit of work to design, and I would be more than happy if someone wanted to use the code as a base for their own project!

cDTbmes.png


The OP has also been edited, and you see the readme on Github for info on how to host your own App Store server.

@SylasMc - fixed, now there's a .nro on the download link (and it requires the res folder as well
@jjbredesen - now that the basic UI is done, some animations and sounds would be very appreciated!

As for the renaming... I am still interested in renaming it in a future version!
BEAUTIFULL!!!
 

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
Woohoo were live.

--------------------- MERGED ---------------------------

Would like to also thank @ShadowOne333 and @Masterwin for helping us maintain a current repo . Especially with the ups and downs of retroarch currently.

Thank you so much! But I have to admit that there is a team of testers helping in all this hard work called Team Switchers, THANKS TO ALL OF THEM, Greetings!
pkT0YVt.jpeg
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://m.youtube.com/watch?v=lDRjqI-fBVI&pp=ygUPVml0Z2luIG1hZ2ljaWFu