#Zig GUI "Hello, World!"

1 messages · Page 1 of 1 (latest)

trim adder
#

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.

prime hornet
#

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.

trim adder
prime hornet
#

Not as far as I'm aware. It uses various native GUI toolkits.

#

You have basically all C has to offer, too, like Nuklear.

trim adder
#

Oh, okay.

prime hornet
#

Probably microui, but capy is very nice to use from Zig.

#

try it and see :)