Re: OpenGL in D2

2011-02-23 Thread Nrgyzer
== Auszug aus Sequ (u...@example.net)'s Artikel > Quoted from Nrgyzer: > > On windows you've to create a folder called "lib" > > before you run the command above - I currently > > can't say it exactly if it's needed on linux, too. > I did need to create a 'lib' directory before running 'make - flin

Re: OpenGL in D2

2011-02-23 Thread Sequ
Quoted from Nrgyzer: > On windows you've to create a folder called "lib" > before you run the command above - I currently > can't say it exactly if it's needed on linux, too. I did need to create a 'lib' directory before running 'make -flinux.mak DC=dmd'. > After it compiled, you can copy all the

Re: OpenGL in D2

2011-02-21 Thread Trass3r
> I've found a few OpenGL projects, like bindings > (http://www.dsource.org/projects/bindings/) and derelict > (http://www.dsource.org/projects/derelict/), but I still can't find any way to > easily use or install them (for D2 on Ubuntu). Use derelict2 from svn and xfBuild. Then you just need to t

Re: OpenGL in D2

2011-02-21 Thread Denis Koroskin
On Mon, 21 Feb 2011 14:45:51 +0300, Dmitry Olshansky wrote: On 21.02.2011 13:33, Siqu wrote: Hi, I'm trying to figure out how I could get a simple OpenGL/GLUT program working in DMD2. As an attachment, I've added a C version of what I'd like to do. I'd compile the C version using: gcc s

Re: OpenGL in D2

2011-02-21 Thread Dmitry Olshansky
On 21.02.2011 13:33, Siqu wrote: Hi, I'm trying to figure out how I could get a simple OpenGL/GLUT program working in DMD2. As an attachment, I've added a C version of what I'd like to do. I'd compile the C version using: gcc simple.c -lglut -lGLU -o simple I've found a few OpenGL projects, like

Re: OpenGL in D2

2011-02-21 Thread Nrgyzer
== Auszug aus Siqu (u...@example.net)'s Artikel > Hi, > I'm trying to figure out how I could get a simple OpenGL/GLUT program working > in DMD2. As an attachment, I've added a C version of what I'd like to do. I'd > compile the C version using: > gcc simple.c -lglut -lGLU -o simple > I've found a f

OpenGL in D2

2011-02-21 Thread Siqu
Hi, I'm trying to figure out how I could get a simple OpenGL/GLUT program working in DMD2. As an attachment, I've added a C version of what I'd like to do. I'd compile the C version using: gcc simple.c -lglut -lGLU -o simple I've found a few OpenGL projects, like bindings (http://www.dsource.org/p