OpenGL can be used for 2D applications. Look up resources with google like "Lighthouse" or "Nehe" OpenGL Tutorial.
For 2D you want to pay special attention to glOrtho (that makes a "window" for 2D drawing). Then you can draw using only the 2 familiar coordinate system (cartesian coordinates).