SVG

Published July 08, 2005
Advertisement
Back to work on Seventh Star. One of the problems I was looking at various resolutions. Right now my test machines run at 1400x1050, 1280x720 and 1024x768. I would like the program to default to run at the same resolution as the desktop of the user; I consider that to be just polite. Of course, the user should also be able to select a different resolution if he wishes.

Now using a 3D API to do rendering handles a lot of resolution dependence issues. However, user interface details are still something of a problem. Usually scaling user interface textures just looks ugly, and not scaling them can also look just as ugly.

Right now I'm thinking about using SVG to describe my user interface elements. That way I only need it to work at a few display ratios rather than worry about different resolutions. Right now I'll support 4:3 and 16:9. I might go crazy and support 3:4 and 9:16 too.
0 likes 3 comments

Comments

Rob Loach
If you find a solution, be sure to let us know as I've been pondering this for a while myself.
July 08, 2005 12:38 PM
JTippetts
Quote:I might go crazy and support 3:4 and 9:16 too.


Heh heh.

BTW, welcome back. [grin]
July 08, 2005 07:14 PM
SiCrane
Thanks. :)
July 09, 2005 08:46 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

New bug to me

1687 views

Week/Class 9

1522 views

Week/Class 8

1563 views

Week/Class 7

1610 views

The promised files

1840 views

Week/Class 6

1306 views

Week/Session 5

1361 views

Week/Session 4

1303 views

On the soapbox

1403 views

Week/Session 3

1279 views
Advertisement