Is it possible to create a custom (normal, beautiful) interface without WinAPI?


Ie is it possible to create something like this without winAPI and with the help of some technologies? Ie is it possible to create something like this without winAPI and with the help of some technologies?


If the question is stupid or there is already an article with the answer - I apologize, just now I think that it will be a brute force to learn winAPI just for the sake of that.

  • Ps: I know that the model in the center is not created through winAPI, I'm specifically talking about the panels around. - Vakarine pm
  • one
    Without WinAPI is it like? There are many different frameworks, but they all use WinAPI inside. And to completely without the use of WinAPI, then probably nothing. - freim
  • @freim Difficult to explain, but I will try: When creating a window using pure winAPI, I have to enter too many details, I needed 236 lines of code for a simple window, I’m not necessarily clean without winAPI, but for the functions to be more abstract. - Vakarine 8:40 pm
  • 2
    Well, use any framework for the language in which you write, what's the problem? In pure api, no one writes these days. - freim

0