Resources for 2D rendering using OpenGL?

Posted by nightcracker on Game Development See other posts from Game Development or by nightcracker
Published on 2012-07-01T12:07:11Z Indexed on 2012/07/01 15:24 UTC
Read the original article Hit count: 330

Filed under:
|
|

I noticed that there is quite some difference between 3D and 2D rendering using OpenGL, the techniques are different - pixel-perfect placing is a lot more desirable, among other things.

Are there any good (complete) references on using OpenGL for rendering 2D graphics? There are quite a few "tutorials" around on the net that help you open a window, set up a half-decent environment and draw a sprite, but no real good information on rotation, blending, lightning, drawing order, using the z-buffer, particles, "complex" primitives (circles, stars, cross symbols), ensuring pixel-perfect rendering, instancing and many other staple 2D effects/techniques.

Any books, great blogs, anything? Any particular awesome libraries to read?

© Game Development or respective owner

Related posts about opengl

Related posts about 2d