I guess C++ really is the only option for cross platform GUIs that aren't Electron or Microsoft...

I guess C++ really is the only option for cross platform GUIs that aren't Electron or Microsoft. Why the FUCK does every other language not care about this stuff?

Attached: 1636436737746.png (1062x1218, 598.1K)

Other urls found in this thread:

gtk-rs.org/
github.com/crategus/cl-cffi-gtk
twitter.com/SFWRedditGifs

use c# + avalonia

The only one still using c++ for gui are those who fap themselves thinking of cucking their own mother

There are other options, they just suck equally hard.
There are "I can't believe it's not electron" GUIs like Tauri.
There is Java GUIs, like Swing. Jetbrains IDEs are the only ones on it that do not look competely shit with it and you're forced to become a java sir.
And there's Tk, it's simply C. Ugly as hell, but Python has bindings for it in-built.

Just do a web UI on top of an embedded HTTP server and save yourself the headache.
GUI development is a bitch.

What's wrong with C++?

gtk-rs.org/
Drop your autism.
Avalonia XAML editor is not available for linux unless you pay for Rider.

>can't split a string
Not meant for userspace apps.

"abc" | split('b')
It just looks weird because they overdosed on FP.

Pascal™
JavaFX™

>gtk-rs.org/
this, or if you enjoy functional programming, you may also look at the Haskell Gtk bindings