Resolution

Started by
1 comment, last by falcon93 12 years, 8 months ago
Hello,

I'm a little bit confused about my games resolution on different screens. Sofar, I've been programming on my stationary computer, and used the 1280x1024 resolution. If I continue my programming on my laptop with 1280x800 resolution,

What will the differences ingame be?
Can I fix those in any specific way?

Thanks for helping!
Advertisement
Display Resolution

Take a look at that, and consider how your program is going to react to different sizes.

What are you programming, and how are you handling your rendering?
Old Username: Talroth
If your signature on a web forum takes up more space than your average post, then you are doing things wrong.
I've read the wiki article, but I'm still confused... My guess is that a image will be larger on a smaller resolution and smaller on a higher resolution? Is there anyway I can do so all screens shows my game correctly?

Render? unsure.gif If I havn't missunderstood you, I drew my image with a "four-point-square" before (C++, DirectX), but found the Sprite class a while ago and I'm trying to draw my images from this now, the code isn't done yet though. Is there any code or special rendering techniques that can fix the resolution problem?

This topic is closed to new replies.

Advertisement