[SDL] How to enable 2D hardware acceleration on Windows?

Torsten Giebl wizard at syntheticsw.com
Wed Apr 16 13:49:53 PDT 2008


Hello !


>>  If you really want a 1920x1200 game, ya might consider building a 2D
>>  engine within opengl.  Lots of people have done similar... and you get
>>  some handy 'free' effects in the process (hardware does it for ya).
>
> Yes, OpenGL or DX is probably needed.


David Olofson has written an OpenGL
wrapper like thing for SDL. This allows
you to use the normal SDL blit commands with OpenGL.


CU



More information about the SDL mailing list