-

@ mleku
2025-04-29 21:23:49
i've started writing a signer-bunker GUI app using https://www.cogentcore.org/core/
it's a simple thing and will have builds for all common platforms, linux, windows, mac, android and ios
it uses a cleaned up version of fiatjaf's bunker code, which will be interfaced to be controlled by the GUI to set signing policies and whatnot
i was trying to work with gio but man that UI library is confusing, cogent is nicer, i can't make it a pretty material interface and cogend doesn't really have much in the way of animations but it's simple and functional
i will also be using it to build a UI for #realy to set configurations and eventually to expose all the HTTP interfaces a bit like a swagger/openapi docs page/app
i can see myself at some point later also building a kind 1 app and a chat client with it as well, but i gotta start with simple stuff because there is a lot to learn
cogent core is extremely simple though, i got some basic app built in a matter of an hour from scratch