About 15,700 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. 한국어 튜토리얼 — 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 | …

  10. 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 …