V
V
Vyacheslav Ryzhkov2018-01-27 20:10:44
User interface
Vyacheslav Ryzhkov, 2018-01-27 20:10:44

Which graphics library should I choose for C++/C#?

Hi all! I wanted to know which programming language is more suitable for creating window applications (C ++ or C #), and which "graphics libraries" should be used then, because my friends say that the Windows standard library is rather weak in terms of customizing the design of widgets.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
F
fman2, 2018-01-27
@rugrisser

What are you programming for?
Windows - only C# + WPF, there are no analogues here.
Linux - Qt or GTK + Vala. Vala is such a translator to C code. Syntax taken from C#
If undecided - Qt + C++

S
Sergey Gornostaev, 2018-01-27
@sergey-gornostaev

Both fit. And there are dozens, if not hundreds, of libraries for C++. It is worth using those that are more suitable for a particular application or are more convenient for you.

D
devalone, 2018-01-27
@devalone

If C ++, then Qt is the most popular and is being actively developed, unlike many projects under a more convenient license

K
key don, 2018-01-28
@keydon2

Take Qt and don't worry. With customization there is a complete order, especially through QML Examples to help.

P
Peter, 2018-01-27
@Morpheus_God

C# is now more up-to-date with WPF. This markup language is somewhat similar to HTML.

M
Mikhail Solovyov, 2018-01-27
@Mihairu

C# - Windows Forms (but it is outdated, it will do, unless you plan to do something super-fancy to do). WPF is a completely different matter, there is a completely different architecture and XAML markup language.
C++ - GTK+ or Qt.
Qt is already a whole framework.
GTK+ as a separate library.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question