Linked by David Adams on Tue 23rd Sep 2008 00:12 UTC, submitted by zz
Permalink for comment 331148
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-12-07
True, opengl is still alive and kicking. The difference in features with directX is minimal.
Anyway, concerning games, nowadays, unless you're re-creating your own 3d engine, you will probably use (licence) an existing 3d engine with a higher level api and never deal directly with opengl or directx wich are more a hardware interface than something that helps making applications (think scene management, animation techniques, effects, camera/screen management, capabilities management etc.).
See http://www.ogre3d.org for an example of current 3d engine (not to mix up with a game engine). It can use opengl or directx via pluggable renderers and thats transparent for the programer (and the user).
Some closed source engines are like that too, for example, Renderware was indifferently using opengl or directx, depending on what was the best for the platform.