Re: [Tutor] computer screen resolution

2005-05-10 Thread Liam Clarke
he size of the screen, I will know what size jpg file to import. However, what does depth and flags refer to? Does depth refer to 32 bit resolution? Still not clear how I get the values of the width and height resolution being used. Gene   -----Original Message- From: Liam Clarke [mailto:[EMA

Re: [Tutor] computer screen resolution

2005-05-10 Thread Liam Clarke
quired to use them in pygame. Gene Astley   -Original Message- From: Liam Clarke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 10, 2005 4:20 AM To: EUGENE ASTLEY; tutor@python.org Subject: Re: [Tutor] computer screen resolution   Is Livewires a game development package? I'm pretty

Re: [Tutor] computer screen resolution

2005-05-10 Thread Kent Johnson
EUGENE ASTLEY wrote: > I would like to have a full screen for the game I have programmed > regardless of the computer users screen resolution. Is their a way from > Python or livewires that I can get the info from the computer and then > enter it into the global SCREEN_WIDTH and SCREEN_HEIGHT?

Re: [Tutor] computer screen resolution

2005-05-10 Thread Liam Clarke
Is Livewires a game development package? I'm pretty sure pygame can do what you want, it can handle OpenGL if you're into pain. www.pygame.org Plus, it plays MP3's and MPGs easily. :) Regards, Liam Clarke On 5/10/05, EUGENE ASTLEY <[EMAIL PROTECTED]> wrote: I would like to h

[Tutor] computer screen resolution

2005-05-09 Thread EUGENE ASTLEY
I would like to have a full screen for the game I have programmed regardless of the computer users screen resolution. Is their a way from Python or livewires that I can get the info from the computer and then enter it into the global SCREEN_WIDTH and SCREEN_HEIGHT? Gene _