Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement GUI #21

Open
oddcoder opened this issue Oct 10, 2019 · 6 comments
Open

Implement GUI #21

oddcoder opened this issue Oct 10, 2019 · 6 comments

Comments

@oddcoder
Copy link
Member

Azul looks like good start

oddcoder added a commit that referenced this issue Oct 18, 2019
@oddcoder oddcoder added this to the 0.1.0 milestone Oct 20, 2019
@oddcoder
Copy link
Member Author

oddcoder commented Oct 24, 2019

I will add the current state of thoughts,

There is not a single rust GUI framework that works cross platform.
Azul got a long way till it is near ready.
GTK-rs based on the site: "The APIs aren’t stable yet. Watch the Announcements box above for breaking changes to the crates!"
QT: I didn't come rust to end up writing C++
QML: missing tons of features, There won't be dockable widgets like cutter and it is hard to debug
Electron + {Angular, React, Vue or whatever}: That is just piece of shit that is not designed for desktop apps. Vs code is an exception and not the general case.

@oddcoder oddcoder removed this from the 0.1.0 milestone Oct 24, 2019
@gogo2464
Copy link

gogo2464 commented Sep 4, 2020

@oddcoder I used GTK-rs in a project. The programming interface is relatively complete but the design is ugly. Just about the official site:

written in Rust, supported by the Mozilla WebRender rendering engine.

I never try but just Rust + Mozilla = 2 good points

@oddcoder
Copy link
Member Author

oddcoder commented Sep 6, 2020

I think azul is the one that is written in rust, but the problem is that the project is almost dead.

@gogo2464
Copy link

gogo2464 commented Sep 8, 2020

@oddcoder then I think we do not have the choice. If for the moment we want a GUI immediately we can only use gtk-rs. It is what I thank when I choose gtk-rs.

@gogo2464
Copy link

I saw this https://dev.to/davidedelpapa/rust-gui-introduction-a-k-a-the-state-of-rust-gui-libraries-as-of-january-2021-40gl then I finally decided I will finally use Druid for rair-gui. You can check out my project here: https://github.com/gogo2464/rair-gui.

@gogo2464
Copy link

iced actually seems to be the best GUI. Sadly I have already started on Druid. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants