Possible Duplicate:
Getting started with OpenGL
I'm ready to start programming some 2D/3D game. (2D/3D, i know they're completly different) I need a guide to start programming 2D and/or 3D games in OpenGL 4.1.
EDIT: C++ programming / Win32
I'm ready to start programming some 2D/3D game. (2D/3D, i know they're completly different) I need a guide to start programming 2D and/or 3D games in OpenGL 4.1. EDIT: C++ programming / Win32 |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The question you need to ask yourself is this: are you making a rendering application, or are you making a game? If you're making a 3D rendering application, then learning OpenGL is useful. If you are making a game, focus on what matters: your gameplay. Pick up Ogre3D or some other rendering system, or pick up an already-made game engine. Get yourself to the actual game part of your game ASAP. Skip over the minutae of exactly how everything gets rendered and make your game. |
|||
|
|