simple OpenGL app

2012-01-04 Thread Raivo F.
Hi! I'm new to D programming language, altough have solid background in other languages. Currently I struggle with setting up simple OpenGL application. I found D/OpenGL package called GLAD: http://code.google.com/p/glapid/ First, it didn't include necessary opengl32.lib file, however, luckily

Re: simple OpenGL app

2012-01-04 Thread Mail Mantis
2012/1/5 Raivo F. > Hi! > > I'm new to D programming language, altough have solid background in other > languages. > > Currently I struggle with setting up simple OpenGL application. > > I found D/OpenGL package called GLAD: > http://code.google.com/p/glapid/ > > First, it didn't include necessar

Re: simple OpenGL app

2012-01-05 Thread Trass3r
Guess you just tried 'dmd test.d'? You need to pass all source files.. or use a tool like rdmd (included with dmd). Also that package is from 2010. I think your best bet is Derelict2: http://www.dsource.org/projects/derelict

Re: simple OpenGL app

2012-01-05 Thread Zachary Lund
On 01/05/2012 12:00 AM, Raivo F. wrote: Hi! I'm new to D programming language, altough have solid background in other languages. Currently I struggle with setting up simple OpenGL application. I found D/OpenGL package called GLAD: http://code.google.com/p/glapid/ First, it didn't include nec