www.digitalmars.com         C & C++   DMDScript  

D - Graphics Language Compatibility

reply Jonathan <Jonathan_member pathlink.com> writes:
Is D compatible with OpenGL, Direct X, HLSL, etc.?
Apr 14 2004
next sibling parent J Anderson <REMOVEanderson badmama.com.au> writes:
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/
Apr 14 2004
prev sibling parent "Walter" <walter digitalmars.com> writes:
"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.
Apr 14 2004