[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] why so slow??



Hi,

On February 20, 2003 7:58 AM <mrfaro@libero.it> wrote:
> how can I cange from directx to windb?
> What doest it change?
> It could be any problems while playing the game on other prlatforms?

this seems to work:

import pygame, os, sys

if sys.platform == 'win32':
    os.putenv("SDL_VIDEODRIVER", "windib")

pygame.init()
screen = pygame.display.set_mode((310,120))
print "SDL display driver = '%s'"%pygame.display.get_driver()


cheers,
John.


----- Original Message -----
From: <mrfaro@libero.it>
To: "pygame-users" <pygame-users@seul.org>
Sent: Thursday, February 20, 2003 7:58 AM
Subject: Re: [pygame] why so slow??


how can I cange from directx to windb??What doest it change??It coluld be
any problems while palaying the game on other prlatforms?

____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org

____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org