Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
1. Welcome to devRant!
2. ...so what's the question?
3. tags here are comma separated -
ddephor45115yYou can always create your own abstraction layer to decouple the OS parts from the application logic. So you can change the lower parts independently.
In fact, if the project becomes big, this is always a good idea, you can never rely on persistence of external components (although Win32 API is really rock solid in this regard) -
Win32 > everything else. Not because it's good but because everything else is trash
-
@dontbeevil those are the framework build on top of win32
if you feel like those things ain't suit for your need WIN32 always better.
we have 4 options when come to Windows 10 development
+ Windows 32 API
+ WPF
+ WinForm
+ UWP
the best performance would be Windows 32 API but really painful when maintaining
but game like League Of Legends have complex logic still accomplish so I think they also create their own OOP pattern
question
#uwp #windows10