by CapesDev » Jan 3, 2004 @ 5:19pm
Thanks all for the replies...
My biggest concern: Johan you mentioned moving that much memory (1024x768 30fps) from system memory to the graphics card is going to be overwhelming. I originally tried using video memory for the backbuffer, but it was very, very slow (due likely to the fact the tabletPC video RAM is only 16Mb and the video chipset is poor).
However, I'm a bit disheartened because I have other fullscreen 1024x768 games, such as the full version of Bejeweled that runs super-smooth on my tabletPC with nice animation and music all the while.
I'll see what optimizations I can make to the logic and gfx calls that I perform in each 'process-next-frame' loop. If that doesn't work, I guess I'll drop the frame size down to 640x480. I really want the game to run on 'lowest common denominator' of machines out there today (e.g., 1GHz processor max, minimal video card).
As for the slow-down when using the Pen stylus, I guess thats a fact of the tabletPC functionality and can live with that.
-Jeff