I have a game where I need to draw (32*24) = 768 tiles onscreen at any one time, of various types. Each tile is currently loaded as a pixmap. The game currently runs very slowly (5-8 fps), although before optimization it ran at 0.5 fps!
Should I use copypixmap or something similar?