views:

421

answers:

2

The current version of libsdl (1.2.x branch) is very, very slow with blending and per pixel alpha (as it uses software blending). Is there any other good alternative to it?

+11  A: 

SFML is exactly what you need: http://sfml-dev.org/.

Skim through the tutorials, you'll see that it's way easier and more powerful than SDL.

Bastien Léonard
As far as I can see from the examples, it's simply brilliant... though it will take some time to get used to it...
Aviral Dasgupta
+4  A: 

There is SFML : http://www.sfml-dev.org/

Pierre Bourdon