I
I
Ilya2019-05-05 21:45:22
Qt
Ilya, 2019-05-05 21:45:22

What language can replace c++ in "c++, Qt, Direct3d"?

I write in C++. Because there is a beautiful GUI for it on Qt 5. We need a beautiful GUI with functionality. Even in C++ you can call Direct3d directly without any effort. We need a language to replace C ++, so that it has normal 3D and a good GUI - the language is not tied to the GUI, but you understand everything. Because the more I learn C++, the less I want to work on it. If there was a way to easily work with 3D from CSharp\WinForms, that would be great. Or from WPF - generally great. What language do you recommend?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jacob E, 2019-05-06
@Zifix

And who makes you learn C++ more and more? With Qt, it's enough to use C++03 with some additions from the new auto type standards and closures without sacrificing productivity.

V
Vitaly, 2019-05-06
@vt4a2h

In Qt, you can write in QML + JS, using C ++ to a minimum.
The new C++ (from the 17th), by the way, is quite beautiful. It's not clear why you don't like it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question