🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

OpenGL and games

Started by
0 comments, last by Micha 24 years, 5 months ago
Hello all, Can i use OpenGL only to program 3d-games, or can i use it for 2d-games, too? Is there a page, where i can download easy understandable tutorials? Thank you
Advertisement
Hi,
you can use OpenGL for both 2D and 3D, but you gotta do 2D using the 3D-pipeline. This means, everything has to be rendered as polygons and not simply writing a bitmap to the screen. If you once understood how enhanced 2D works, it''s kewl, because it''s much faster than normal 2D rendering and you''ve got much more possibillities (like Alpha-Blending and filtered textures), which are normally not support by a 2d-API.

You could search for the OpenGL Red Book, it''s okay. As to some tutorials, there are a few good ones on www.opengl.org and some other sites aren''t bad at all like Druid''s GL Journla (hosted on GameDev.Net), Nate''s Programming Page ( http://nate.scuzzy.net ), glGameDeveloper(), etc.

CU

Graphix Coding @
Skullpture Entertainment
Graphix Coding @Skullpture Entertainmenthttp://www.skullpture.de

This topic is closed to new replies.

Advertisement