I dislike HTML.
How can I do GUI in Zig?
Without HTML, CSS, JS, and all that.
I should be doing this is C++, but this is the highest paying language according to the Stackoverflow survey.
My question is, how can I do a simple "Hello, World!"?
I am using MacOS.
So none of the easy WinAPI.
And after, how do I do drop-downs, buttons, text-inputs, and all that.
#Zig GUI "Hello, World!"
1 messages · Page 1 of 1 (latest)
There are several UI frameworks. Try capy, or microui.
Don't trust the survey too much, there are very few (5 at most) companies hiring zig programmers, and those that do are willing to experiment and are working on fairly high-profile stuff.
Isn't capy just HTML and stuff?
Not as far as I'm aware. It uses various native GUI toolkits.
You have basically all C has to offer, too, like Nuklear.
Oh, okay.
Which is more popular?