Mail Archives: djgpp/1997/12/06/23:34:11
Shawn Hargreaves wrote:
> >Sorry I haven't just run at test, but I am wondering if anyone has a
> >quick answer before I spend a couple hours downloading, installing, and
> >writing new code for the next addition of Allegro
of course the code will get slower and slower when you increase
resolution and/or color depth. You want numbers?
well, I have this stupid 640x480x15bit app. The drawing on the buffer
time is irrelevant, since it is fast enough not to interfere with the
frame rate. Using a brute force approach (drawing everything then
blitting) I get 22 FPS on a P133. In 8 bit I get 50. Of course the app
looks horrible in 8 bit. Although you could make it faster. using a more
clever approach now I get around 40-50 FPS. But I don't really "draw"
every frame :) unless the screen changes,I just update the rest of the
program stuff.
--
--> http://www.cam.org/~tudor <--
- Raw text -