[SDL] Blit effects
Brian
brian.ripoff at gmail.com
Tue Mar 18 06:25:55 PDT 2008
SDL's purpose isn't to provide easy access to hardware acceleration
(if anything, the current set of "things that are hardware
accelerated" in SDL is quite low, for example alpha blits aren't). If
you want accelerated graphics in SDL the general consensus is to use
OpenGL for the actual drawing, and SDL for the everything else.
On Tue, Mar 18, 2008 at 10:50 AM, Mason Wheeler <masonwheeler at yahoo.com> wrote:
> ...which sort of defeats the purpose of having a framework for easy access to hardware acceleration. Is this on the list of "stuff that will be > in SDL 1.3"? These effects are pretty standard functions which are in all sorts of other graphics frameworks, and I was surprised not to find > anything for them in SDL.
More information about the SDL
mailing list