D - Graphics Language Compatibility
- Jonathan (1/1) Apr 14 2004 Is D compatible with OpenGL, Direct X, HLSL, etc.?
- J Anderson (6/8) Apr 14 2004 Sure it is. Anything lib written in C is very adaptable to d. See my
- Walter (5/6) Apr 14 2004 D is compatible with any DLL that exposes a C API. One of D's great
Is D compatible with OpenGL, Direct X, HLSL, etc.?
Apr 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/
Apr 14 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.
Apr 14 2004