I would like to hear thoughts on Qt Bridges for Graphite #4013
Nicknamely
started this conversation in
General
Replies: 1 comment
-
|
There are dozens of possible UI frameworks we could theoretically use from Rust, but none of the theoreticals came close to meeting the requirements of building a production-grade DCC application GUI except either a web-based or custom-built GUI. We picked the former in the interim, with potential plans to eventually migrate to the latter. No other frameworks have yet come close to meeting the complex requirements of our use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been keeping an eye on Graphite for a while, and I really love what you guys are doing.
I’m pretty new to development, but I noticed the desktop app currently runs in a WebView (?). There’s nothing wrong with that at all. I was just curious if there might be another way. Lately, I’ve been interested in Qt, and while exploring, I came across Qt Bridges (docs, GitHub).
Qt Bridges currently supports Rust, Java/Kotlin, C#, Swift, and Python. It looks like it lets the app’s core logic communicate directly with a QML interface. Since Graphite is already built in Rust, has the team thought about going fully “native”?
The benefits are
I get that it’s early days(?), but I’d love to hear if the devs think this could be a cool direction .
Beta Was this translation helpful? Give feedback.
All reactions