It looks really nice now!
Why dont you use SetDibits? Its much faster!
Then you dont have to use AlphaBlend api...just add the color directly to the array and it will run much faster!
Originally posted by cyborg It looks really nice now!
Why dont you use SetDibits? Its much faster!
Then you dont have to use AlphaBlend api...just add the color directly to the array and it will run much faster!
Alphablend receives hardware support for my system. I have a Radeon 9000 Pro 128 MB DDR.
It's just as fast as bitblt for me. I get ~20 FPS. Looks decent when adjusted to run at 32 fps.
Originally posted by cyborg well...if you use SetDibits you dont have to bitblt at all.
True, but coding wise, as this is not a serious project, and I already know how to use DIB's. My time could be better spent coding a more serious project... like the one I'm being paid to program. And performance is acceptable for me. So as they say... it's not my problem.