Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.62 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.62 KB

PySDL3

Logo

Deploy PyPI Python Versions PyPI Version PyPI Downloads PyPI Status

PySDL3 is a pure Python wrapper around the SDL3, SDL3_mixer, SDL3_image, SDL3_net, SDL3_ttf, and SDL3_rtf libraries.

Getting Started

Just run one of the following commands in a terminal:

# To install the latest stable version from PyPI:
pip install --upgrade PySDL3

# To install the latest development version from GitHub:
pip install --upgrade git+https://github.com/Aermoss/PySDL3.git

Requirements

There are no additional requirements since the pre-built binaries are provided within the module.

Supported Platforms

  • Darwin (AMD64, ARM64)
  • Linux (AMD64, ARM64)
  • Windows (AMD64)

Documentation

PySDL3 doesn't provide any documentation at the moment, but since the functions are exactly the same, you can use the official documentation of SDL3.

License

PySDL3 is available under the MIT license. See the LICENSE file for more info.