S
S
Sergey Nitka2014-03-04 19:22:59
C++ / C#
Sergey Nitka, 2014-03-04 19:22:59

How to draw a Custom GUI in C++?

The task is to develop a client launcher for auto-updates and launching MMORPGs.
The design is completely custom - you need to completely redraw the window.
The problem is that for such a task and my experience, Windows Presentation Foundation (WPF) is well suited, but there is a requirement to do it in C ++ in principle.
What can you advise, I understand abstractly that this can be done using the Win API, but I imagine some kind of "proctosan"!
The question is, which library can be used to do this, or some kind of material, an article that describes at least some tips on rendering a custom interface on the pluses.
I would appreciate any information/help.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
EXL, 2014-03-04
@EXL

QML / Qt considered?

T
tugo, 2014-03-05
@tugo

Option 1.
Qt/classic widgets/C++. The appearance of widgets can be changed from the outside with the help of a style sheet very much, beyond recognition. Here in the blog a person shows on simple examples, already revealing thesmithfam.org/blog/2009/09/10/qt-stylesheets-tutorial
This client is written in Qt: mediaget.com The appearance is very different from standard widgets.
Option 2:
Qt/QML/C++/Javascript. You can draw your interface as you like. You can make the interface more lively in terms of dynamics than in option 1.

A
afiskon, 2014-04-28
@afiskon

Try eax.me/wxwidgets

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question