Linux & OpenGL/MESA
It seems everything around here is geared towards DX, making it hard to learn OpenGL, let alone OpenGL for Linux.
I was wondering if anyone knew some good sites that had information on programming for Linux and/or programming using OpenGL/MESA in Linux.
Any replies would be greatly appreciated...
-zerovoid
Onto Linux, OpenGL and Mesa are pretty much the same, and the only difference is setting up a window to draw to, which is fairly easy to pick up, if you look at the glxdemo.c which is distributed with Mesa (I have Mesa 3.0) in the xdemos directory.
Try that. I also learnt a bit about how the X11 system worked by looking at the XFree86-doc with ghostview:
go:
$ cd /usr/doc
There will be a directory XFree86-doc-6.4.3 (or whatever, change into that)
then go:
$ ghostview &
Go file->open and have a look at the two docs in that directory, they are mainly for reference, but I found them helpful.
Regards
LoungePig