Getting going with D/OpenGL

Anders F Björklund afb at algonet.se
Wed Oct 25 00:51:26 PDT 2006


James Pelcis wrote:

>> They were being linked to from:
>> http://www.dsource.org/projects/bindings/wiki/SimpleDirectMediaLayer
>> http://www.dsource.org/projects/bindings/wiki/OpenGraphicsLibrary
>> http://www.dsource.org/projects/bindings/wiki/OpenAudioLibrary
>>
>> Maybe your old files could be uploaded to the SVN there, instead ?
>> http://www.dsource.org/projects/bindings/browser/trunk
>>
> The OpenGL and OpenAL files are uploaded.  I'm not going to be 
> maintaining the SDL files anymore (and haven't updated them), so I 
> didn't upload them.

Thanks! Did you want to patch them to load the default frameworks
on Mac OS X / version(darwin), or isn't that platform supported ?

gl: ExeModule_Load("/System/Library/Frameworks/OpenGL.framework")
al: ExeModule_Load("/System/Library/Frameworks/OpenAL.framework")

glu: "/System/Library/Frameworks/OpenGL.framework"
glut: "/System/Library/Frameworks/GLUT.framework"

--anders



More information about the Digitalmars-d-learn mailing list