this post was submitted on 22 Jan 2025
149 points (97.5% liked)

technology

23544 readers
123 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] yogthos@lemmygrad.ml 4 points 2 weeks ago (1 children)

No more than the GUI toolkit that the OS already provides. You'd just build UIs like you normally do, and then specify the endpoints that the widgets connect to for the data. The key here is that all apps should be forced to explicitly provide an API layer that the UI component talks to, and that anything you as the user want should be able to talk to that API.

[โ€“] edge@hexbear.net 3 points 2 weeks ago (1 children)

Ahh, yeah that would be pretty good, but I doubt it would ever happen in the West.

[โ€“] yogthos@lemmygrad.ml 2 points 2 weeks ago

I do too unfortunately. Incidentally, this could even be handled by the GUI toolkit itself since native apps have to rely on it to build the user interface. The toolkit could just automatically generate a JSON API based on that for example.