Search found 2 matches

by Blue Ion
Thu Jul 08, 2010 8:39 pm
Forum: Programmer's Corner
Topic: Porting the game to a screen with 800x480
Replies: 3
Views: 12383

Well, I give up on the software rescaler. Doing what I said, that is, hijacking SDL_UpdateRect, I've managed to rescale the game to 640x480. It is slow, and not pretty, and considering I initially used floating point operations, which is lethal on Arm cpus the game was unplayable. I've tried removin...
by Blue Ion
Sat Jun 26, 2010 7:14 pm
Forum: Programmer's Corner
Topic: Porting the game to a screen with 800x480
Replies: 3
Views: 12383

Porting the game to a screen with 800x480

Such screen comes on the OpenPandora , and as such not all the screen can be shown. Other than that, the device is a fully fledged linux computer, with the only "limitations" of ram an perhaps cpu speed. Angstrom provides all the libraries needed and the porting was a straight "make&q...