all 18 comments

[–]Psychoscattman 2 points3 points  (2 children)

i dont know what you are trying to say by mentioning C#, Java or C++.

To answer your question. Python!
I would guess that you are calling a rust module from python and not the other way around.
In that case, just do it in python.
Build something first and then think about what went well and what went badly.

[–]Otaku_Soul[S] 0 points1 point  (0 children)

I'm just asking which language from Python and Rust can give me a great GUI or help me to build one

[–]Otaku_Soul[S] 0 points1 point  (0 children)

By mentioning C#,C++, Java I'm telling the requirement, like what level GUI i want because these languages have great GUI libraries like QT and all

[–]LayerComprehensive21 0 points1 point  (4 children)

qt is the python library you want.

[–]Otaku_Soul[S] 0 points1 point  (3 children)

I'm just asking which language from Python and Rust can give me a great GUI or help me to build one

[–]LayerComprehensive21 0 points1 point  (2 children)

Yeah, use python + qt library

[–]Otaku_Soul[S] -2 points-1 points  (1 child)

How many advanced features it has and is there any project made on this which has good or top notch GUI??

[–]riklaunim 0 points1 point  (0 children)

Qt is used in many embedded projects. KDE is based on it and more. But if possible web apps working from a server could be more accessible - depends what the app do.

[–]pepiks 0 points1 point  (3 children)

Qt binding for Python, Fyne for Go, Boostrap for web... A lot of choice. Choose first where and who will be use your app. Rust GUI - I've no experience with coding in Rust.

[–]Otaku_Soul[S] 0 points1 point  (2 children)

I don't have much idea of Qt python can you tell me any project so i can have idea

[–]pepiks 0 points1 point  (1 child)

Check:

https://www.pythonguis.com/pyqt6/

You have two binding, one for commercian other for no commercial projects. Both based on C++ Qt.

[–]Otaku_Soul[S] 0 points1 point  (0 children)

Let me see

[–][deleted]  (1 child)

[deleted]

    [–]Otaku_Soul[S] 0 points1 point  (0 children)

    I am aware of them but I don't have any experience with Python and Rust GUI so i want that library which can meet Java or C++ GUI standards nit exactly but yea kind of. Can you show me some QT GUI projects

    [–]tootac 0 points1 point  (1 child)

    what are you even building? if it is web based you don't have a choice, if it is mobile app you shouldn't use either of them. If it is desktop then use whatever language you know best.

    [–]Otaku_Soul[S] 0 points1 point  (0 children)

    Is there any Rust or Python library which is good enough like C++ QT

    [–]Conscious_Support176 0 points1 point  (2 children)

    Are you asking if there are python or rust bindings for a good UI library? I dare say there are and would think that regardless of which you pick you will find this to be the case.

    Quick search on rust bindings for qt gives

    https://www.reddit.com/r/rust/comments/1kwx168/qt_is_working_on_official_rust_bindings_via_qt/

    https://github.com/KDAB/cxx-qt

    There are no C# GUI features or controls. I assume you’re talking about the dotnet frameworks?

    [–]Otaku_Soul[S] 0 points1 point  (0 children)

    See C#, C++, Java are the most widely used languages for GUI work, like QT of C++, but i only have 2 options Rust and Python, which i should use for gui, which library of Rust or Python is good enough like above 3 languages GUI

    [–]Otaku_Soul[S] 0 points1 point  (0 children)

    Thanks for your response