Thread overview
Graphics Language Compatibility
Apr 14, 2004
Jonathan
Apr 14, 2004
J Anderson
Apr 15, 2004
Walter
April 14, 2004
Is D compatible with OpenGL, Direct X, HLSL, etc.?


April 14, 2004
Jonathan wrote:

>Is D compatible with OpenGL, Direct X, HLSL, etc.?
>  
>
Sure it is.  Anything lib written in C is very adaptable to d.  See my webpage for undig, which includes opengl support.

There was a directx implementation somewhere.

-- 
-Anderson: http://badmama.com.au/~anderson/
April 15, 2004
"Jonathan" <Jonathan_member@pathlink.com> wrote in message news:c5kdqa$3093$1@digitaldaemon.com...
> Is D compatible with OpenGL, Direct X, HLSL, etc.?

D is compatible with any DLL that exposes a C API. One of D's great strengths is its compatibility with C function calling conventions, C structs, and all C data types.