this post was submitted on 15 Jun 2025
34 points (88.6% liked)

Programming

20958 readers
99 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I don't have much to say, only that I expected flutter to be a bloated fragile abstraction on top of different native GUI APIs, but no.

It's quite fast, relatively easy to develop and it just works.

I'm working on a desktop app that needs a high-perf rust impl, and (for now) flutter looks like a much better choice than tauri.

you are viewing a single comment's thread
view the rest of the comments
[–] ulterno@programming.dev 1 points 2 days ago (2 children)

I would love to talk about Qt Framework and QML, here, but QML doesn't seem particularly great either.
Although I have only used QML, so I might only be knowing the pains of it and not the others.

[–] mvirts@lemmy.world 3 points 2 days ago (1 children)

Just pop open a QOpenGLWidget and say goodbye to QML and your sanity forever!

[–] ulterno@programming.dev 1 points 2 days ago

Guess I'll use that as my gateway to OpenGL