Victor Stinner wrote:
Hi,
I would like to know how to use OpenGL with Wormux 0.7. I read:
SDL_VIDEODRIVER=glSDL wormux
I think this option is deprecated. Maybe adding SDL_OPENGL when creating a new
surface would work:
http://www.libsdl.org/cgi/docwiki.cgi/SDL_5fSurface
Url about OpenGL:
http://icps.u-strasbg.fr/~marchesin/sdl/glsdl.html
Better look at http://www.olofson.net/download/
Last updated June 2004...
Is it the only (and best) solution? On my computer I get this error:
« No available video device » (raised by SDL)
As pointed in a previous mail, see here (or somewhere in /usr/share/docs/) :
http://www.libsdl.org/cgi/docwiki.cgi/SDL_5fenvvars
Same problem if I try: SDL_VIDEODRIVER=caca wormux
I guess no distrib has integrated caca or glSDL to their SDL packages.
Regards,
Kurosu