2D in OpenGL

Started by
2 comments, last by Tarkus 21 years, 9 months ago
I have bought both the OpenGL prgramming guide and the reference manual but I am left without any sort of decent examples on how to do 2D graphics in OpenGL... I was wondering if there was any sort of tutorials or documentation you guys could suggest that would show an example of 2d stuff. Any help would be greatly appreciated :D
----------------------------Check out my crappy games...
Advertisement
Contact me via email at Tszafran@shaw.ca I made a 2D graphics engine (very basic) in OpenGL, I''ll send it to you if your interested.
MSN Messenger: Thomas_Szafran@hotmail.com
E-mail sent :D
----------------------------Check out my crappy games...
http://nehe.gamedev.net <- a zelda engine, a load of tutorials - many which are 2D

Aditionally, look up glOrtho(...) and GL_QUADS and you''re almost there.



A 2D Game Developer''s Home.

This topic is closed to new replies.

Advertisement