
pygame.PixelArray — pygame v2.6.0 documentation
The PixelArray wraps a Surface and provides direct access to the surface's pixels. A pixel array can be one or two dimensional. A two dimensional array, like its surface, is indexed [column, row]. Pixel …
Pygame Front Page — pygame v2.6.0 documentation
Pygame Front Page ¶ Quick start ¶ Welcome to pygame! Once you've got pygame installed (pip install pygame or pip3 install pygame for most people), the next question is how to get a game loop …
pygame.examples — pygame v2.6.0 documentation
The input example shows how to translate midi input to pygame events. With the use of a virtual midi patch cord the output and input examples can be run as separate processes and connected so the …
Index — pygame v2.6.0 documentation
Index_ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W
pygame.Surface — pygame v2.6.0 documentation
It is better to use methods which operate on many pixels at a time like with the blit, fill and draw methods - or by using pygame.surfarray pygame module for accessing surface pixel data using array …
pygame.surfarray — pygame v2.6.0 documentation
pygame module for accessing surface pixel data using array interfaces ... Functions to convert between NumPy arrays and Surface objects. This module will only be functional when pygame can use the …
pygame.pixelcopy — pygame v2.6.0 documentation
The pygame.pixelcopy module contains functions for copying between surfaces and objects exporting an array structure interface. It is a backend for pygame.surfarray pygame module for accessing …
Pygame Tutorials - Surfarray Introduction — pygame v2.6.0 …
Surfarray Introduction ¶ Author Pete Shinners Contact pete @ shinners. org Introduction ¶ This tutorial will attempt to introduce users to both NumPy and the pygame surfarray module. To beginners, the …
한국어 튜토리얼 — pygame v2.6.0 documentation
Pygame Home || Help Contents || Reference Index Most useful stuff: Color | display | draw | event | font | image | key | locals | mixer | mouse | Rect | Surface | time | music | pygame Advanced stuff: cursors | …
pygame.font — pygame v2.6.0 documentation
Before pygame 2.0.3, this character space restriction can be avoided by using the pygame.freetypeEnhanced pygame module for loading and rendering computer fonts based …