Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: My program is very laggy
Post: RE: My program is very laggy

http://imgur.com/a/zy6ey This are my images :)
GamePlanet Game Development 6 7,117 Aug-15-2017, 02:16 PM
    Thread: My program is very laggy
Post: RE: My program is very laggy

import pygame import os x = 0 y = 0 os.environ['SDL_VIDEO_WINDOW_POS'] = "%d,%d" % (x, y) pygame.init() infoObject = pygame.display.Info() display_width = infoObject.current_w display_height = inf...
GamePlanet Game Development 6 7,117 Aug-13-2017, 11:46 AM
    Thread: My program is very laggy
Post: My program is very laggy

I am making a program. But is verry laggy. Here's my code: import pygame import os x = 0 y = 0 os.environ['SDL_VIDEO_WINDOW_POS'] = "%d,%d" % (x, y) pygame.init() infoObject = pygame.display.Inf...
GamePlanet Game Development 6 7,117 Aug-13-2017, 09:32 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020