You used to be able to just create a Native GUI App in 10 seconds
1–10 of 34 posts
Re: You used to be able to just create a Native GUI App in 10 seconds
#2Today the tooling is just better. Just think, for instance, of the go and rust tool chains which easily produce ready to ship EXE files. Classical toolkits such as Qt still are around.
Re: You used to be able to just create a Native GUI App in 10 seconds
#3Is that from OP or HN?
Re: You used to be able to just create a Native GUI App in 10 seconds
#4https://apps.gnome.org/Builder/
You can do the same thing. In fact, this was the exact method I used to make a few GTK apps.
Re: You used to be able to just create a Native GUI App in 10 seconds
#5Re: You used to be able to just create a Native GUI App in 10 seconds
#6Can view without subjecting yourself to "X": https://xcancel.com/tsoding/status/1998403967718400376
Re: You used to be able to just create a Native GUI App in 10 seconds
#7I remember that not having the right VB DLL was a frequent issue when trying to run EXE files produced by people with visual basic. For me, this Windows "nocode" environment was a big gatekeeper which hindered me in learning programming. It may sound a bit sentimental, but I learned C with Linux, because docs where readily available and open. I literally read man pages. Today the tooling is just better. Just think, f…
Re: You used to be able to just create a Native GUI App in 10 seconds
#8Re: You used to be able to just create a Native GUI App in 10 seconds
#9Re: You used to be able to just create a Native GUI App in 10 seconds
#10The only difference is that a lot of apps prioritize cross platform UIs over good, fast native UIs.
WinForms and WPF are still well supported.