Graphical APIs

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

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