Graphical APIs
From GDWiki
[edit] Graphics APIs
Everything that you can do to make your game draw on the screen goes here.
OpenGL 3D for almost any platform
Direct3D for high-powered Windows machines
SDL for 2D cross-platform applications, and to host OpenGL applications
DirectDraw for 2D games on Windows

