[SDL] Re: Transparen image from PNG format
Tomek Cynacewicz
tomek.cynacewicz at poczta.fm
Mon Jul 25 06:30:30 PDT 2005
Results of voting are really impressive. I was unaware probably.
Now,in my project everything is more complicated.
After installation of newer version DevCpp whole application (game) works
slowly.
I tried to change from: screen = SDL_SetVideoMode(RESX, RESY, DEPTH,
SDL_FULLSCREEN | SDL_SWSURFACE );
to: screen = SDL_SetVideoMode(RESX, RESY, DEPTH, SDL_FULLSCREEN |
SDL_HWSURFACE );
resx 1024
resy 768
depth 16
I tred also with difrent combinations of: SDL_HWPALETTE , SDL_DOUBLEBUF ,
SDL_ASYNCBLIT and also it does not work correctly. Simply everything is too
slow.
shokran
More information about the SDL
mailing list