Quote Originally Posted by Ray
How would one do 2d Graphics using OpenGL and not glsscene? I like glscene, but am looking for something with minimal overhead.
ZenGL
Quote Originally Posted by Ray
Or do I need to create a polygon and put a texture onto it?
Yes, this is the fastest way to draw image on the screen, but with any 2d engine you will not have to worry about this.