switchbrew / libnx

Library for Switch Homebrew

Home Page:https://switchbrew.github.io/libnx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to launch system titles e.g. web applet?

cemck opened this issue · comments

commented

Hello does anyone have a clue on how to launch system applets?

Not impl'd atm.

If you're willing to put the work into porting it to libnx there's this swkbd-launcher implementation for libtransistor.

commented

okay thanks I'm going to try to look into this 👍

You would need to call them via applet creators which are obtained from applet proxies, and then send arguments via storages, and get the handle event to control when the applet finalizes, so it's pretty complex

I think that this issue is pretty much dead now, applet impls already can be done and work fine.