Anything like Win Api but easier?

I was wondering if there was any API like Win API but easier to use, I mean this http://msdn.microsoft.com/en-us/library/windows/desktop/dd145182(v=vs.85).aspx

is just rediculous, I need an API that I can make games and applications with thats also easier to use. Is there anything like that?
Many

But which do you want? Games or widgetry style programs with push-buttons and the like? Libs tend to focus on one or the other.

I tend to prefer SFML for game style video output and wxWidgets for widgetry. Better yet, they play nice together so you can use both in the same program.
I like using Qt/widget, desktop style applications, but you could use it to display an OpenGL window too.

Oh yeah, for things where you plan to draw a lot, try out OpenGL. SFML also has a simple wrapper for it if OpenGL is too complicated.
Topic archived. No new replies allowed.