2d Graphics.

I want to try OpenGL for my 2d graphics needs, but EVERY tutorial I can find is for drawing 3d models. Could someone point me to a tutorial that teaches the reader how to use OpenGL’s 2d aspects?

use glVertex2f

the trick, you see, is the “2”. it means “two dimensions”, not “three dimensions”

(actually it means there are two parameters, but. eh.)