Opengl

Hi,

I have Glut and opengl working
.
Is there any application to test opengl in sdl?

because i cant make it to initialize opengl.

it gives me no device found

Thx,

Nuno

Hi,

just look into the test examples that come with
SDL’s source code.

For example,
http://www.libsdl.org/cgi/viewvc.cgi/trunk/SDL/test/testgl.c?view=markup

Cheers,
Paulo

Quoting Nuno Santos :> Hi,

I have Glut and opengl working
.
Is there any application to test opengl in sdl?

because i cant make it to initialize opengl.

it gives me no device found

Thx,

Nuno


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


This message was sent using IMP, the Internet Messaging Program.

Very simple, very good explanation of OpenGL in SDL

http://cone3d.gamedev.net/cgi-bin/index.pl

Just go through the tutorial

greets
   bensch

Nuno Santos wrote:> Hi,

I have Glut and opengl working
.
Is there any application to test opengl in sdl?

because i cant make it to initialize opengl.

it gives me no device found

Thx,

Nuno


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Nuno Santos wrote:

Hi,

I have Glut and opengl working
.
Is there any application to test opengl in sdl?

because i cant make it to initialize opengl.

it gives me no device found

Thx,

Nuno

Not to advertise commerical products, but you should check out
http://www.3dbuzz.com they have an awsome OpenGL Video Training series
that starts with the basics of setting up OpenGL with a variety of
packages (including SDL) and also demonstrate a fair amount of how
OpenGL works up to and including shaders. Its pretty neat.