SDL is slow

Hi. I’m learning how to program openGL grapics… I use SDL.

Everything I’ve done in SDL is so slow… why?
I can run Quake 3 Arena in the highest detail level, and it works great. Could someone please help me? Do I have to enable something in the SDL package when I compile it, or what? I hate slow things! =)

Plz help me.

Originally posted by Hamcha:
[b]Hi. I’m learning how to program openGL grapics… I use SDL.

Everything I’ve done in SDL is so slow… why?
I can run Quake 3 Arena in the highest detail level, and it works great. Could someone please help me? Do I have to enable something in the SDL package when I compile it, or what? I hate slow things! =)

Plz help me. [/b]

After compiling check usnig ldd that your program is linked to right libGL*
If not check your openGL librarys, there might be some old still in your system.

;Jackz

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.