Re: Gaming Interface

From: Akula2
Date: Wed Jan 10 2007 - 06:07:13 EST


On 1/10/07, Robert Hancock <hancockr@xxxxxxx> wrote:

How is that? id Software doesn't use DirectX (not for graphics, anyway)
and you could hardly claim their engines have been technically inferior
at the time of their release..

Direct3D meant for 3D hardware interface. The feature set of D3D is
derived from the feature set of what hardware provides. OpenGL meant
to be a 3D rendering system that may be hardware accelerated.

There are functional differences in how the two APIs work. Direct3D
expects the application to manage hardware resources; OpenGL makes the
implementation do it.

This makes it much easier for the user in terms of writing a valid
application, but it leaves the user more susceptible to implementation
bugs that the user may be unable to fix.

At the same time, because OpenGL hides hardware details, the user is
unable to query the status of various hardware resources.

The Direct3D model frustrated many programmers. I do remember a game
developer named John Carmack who urged Microsoft to abandon Direct3D
in favor of OpenGL!


Robert Hancock Saskatoon, SK, Canada

~Akula2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/