No project description provided
Project description
# SDL2 ctypes Wrapper for Python
This is a wrapper for the SDL2 library for Python, implemented using ctypes. It supports both Python 2 and Python 3.
## Description
SDL (Simple DirectMedia Layer) is a library that provides low-level access to audio, keyboard, mouse, joystick, and graphics through OpenGL and Direct3D. This wrapper allows you to use SDL2 in Python, providing a simple and convenient interface for multimedia applications.
## Installation
### Dependencies
Before installation, ensure you have the following dependencies:
Python 2.x or 3.x
SDL2 library
### Installing SDL2
On Ubuntu, you can install SDL2 using the following command:
`bash sudo apt-get install libsdl2-dev `
## Documentation
This wrapper is very low-level. Therefore, what applies to SDL2 will be true for the most part. SDL2 documentation: [SDL2/FrontPage](https://wiki.libsdl.org/SDL2/FrontPage)
## Feedback
Found some issues? Please, contact me: e.8ychkov@yandex.ru
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysdl230-0.1-py3-none-any.whl.
File metadata
- Download URL: pysdl230-0.1-py3-none-any.whl
- Upload date:
- Size: 55.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d505b27ff9576d39fe5808e67d069fbbc2793b2a4031525df4aa481cc0210a2
|
|
| MD5 |
75d6480c1725d8ba3740bcf1400c0117
|
|
| BLAKE2b-256 |
18df91129d1e24ee88fdab39b3995b4754c436cc874a5fab1bcac77cfcd71968
|
File details
Details for the file pysdl230-0.1-py2-none-any.whl.
File metadata
- Download URL: pysdl230-0.1-py2-none-any.whl
- Upload date:
- Size: 56.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abc5ed423a8062cfd470d99ef5cb7e0041a4d9eaa627bde76c0ad18a353e76a6
|
|
| MD5 |
11eb9e46fe55db5af039f9a0974f3dc2
|
|
| BLAKE2b-256 |
a88c5b6ece6fa5075ddd7eef6054da3914d19d45fe17c5deaec1e2d6e9be6c82
|