This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
Cross-platform GUI toolkit #6
bvisness
started this conversation in
Foundations
Replies: 1 comment 1 reply
-
I think Dear ImGUI and Nuklear already meet these criteria? If not, how not? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The web has dominated app development for many reasons, but one big reason is that it is a very easy way to get a reliable cross-platform GUI. But cross-platform GUI really shouldn't require the full complexity of CSS and HTML.
This toolkit should:
In general: this toolkit should make simple things easy, and make complex things possible. (To paraphrase Alan Kay.)
There is plenty to be learned from traditional operating system APIs in this space. Like...go look back at Cocoa. There were so many great Cocoa apps for Mac.
Beta Was this translation helpful? Give feedback.
All reactions