Click to See Complete Forum and Search --> : Bitmaps or Drawing?


Bry4bry2000
November 21st, 2005, 04:44 PM
I am making a "Zelda"/"Shining Force II" type computer game in SDL. My question is, should I use bitmaps as my background, or should I draw the backgrounds. It seems to me that using the bitmaps would be simpler, but then the user could mess with my pictures. And if you used pure drawing then it'd for one be quite a big program, and seems to be overly complicated. Anyways which should I do?

Thanks in advance,
Brian

Mike Harnad
November 21st, 2005, 05:01 PM
but then the user could mess with my pictures
This would be a problem only if you stored them as external files.

NigelQ
November 21st, 2005, 07:10 PM
This would be a problem only if you stored them as external files.

...that were not somehow "obscured"

- Nigel