What is the best way to render sprites using OpenGL?
Posted
by Sam152
on Stack Overflow
See other posts from Stack Overflow
or by Sam152
Published on 2010-05-27T06:36:52Z
Indexed on
2010/05/27
6:41 UTC
Read the original article
Hit count: 256
I have been digging around for the past couple of days for a good way to render small sprites using OpenGL and glut. I have tried different libraries including EasyBMP and a few others but all of them seem to have some sort of problem with them that I cannot solve.
I want to be able to take image data (I don't care what format it is or what I have to do to it to get it to work) and under the context of games programming use it on the screen.
What is the best way to achieve this? I seem to be running around in circles.
© Stack Overflow or respective owner