I want to experiment with some D3D programming, but I hate writing code to create and manage Win32 windows. I really don’t like the native Win32 API. Is there any libraries or helper classes out there that make it easier to create and manage Win32 window objects?
Thanks
There is very little handling of Win32 windows you actually need to do.
You could try this, for example:
And that is literally all the specifically windowing related code you need.