PDA

View Full Version : glut or sdl


asmcad
01-23-2009, 03:44 AM
hi everyone ,
i'm new on game development and i'm confuse about sdl.

i know glut using for windowing process on windows or unix like system.
my question is sdl support windowing on console(ps3-ps2 -Xbox)?

Sol_HSA
01-23-2009, 04:13 AM
glut isn't meant for production code, just for testing.

If you want to use OpenGL, I recommend using SDL or glfw as "bootstraps", as both are cross-platform.

As for restricted environments like the consoles, you're better off asking these questions from your publisher contacts.