| Ch1156 (877) | |
|
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? | |
|
|
|
| Disch (8615) | |
|
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. | |
|
|
|
| Stewbond (1842) | |
|
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. | |
|
|
|