Two renderers?

Started by
0 comments, last by rip-off 16 years, 3 months ago
I'm making a 2D game, which is currently using SDL and OpenGL for rendering. Should I go out of my way to make an option to use OpenGL or SDL for rendering?
Advertisement
I wouldn't. It would be a lot of effort and I doubt many people would bother to switch renderers for a 2D game.

My advice is that if you want to include lots of alpha blending and rotation in your game, go with OpenGL as SDL is slow at those two. Otherwise, you can use either.

This topic is closed to new replies.

Advertisement