https://github.com/lukems/py-sdl2
PySDL2 - python wrapper for SDL2
https://github.com/lukems/py-sdl2
Last synced: 5 months ago
JSON representation
PySDL2 - python wrapper for SDL2
- Host: GitHub
- URL: https://github.com/lukems/py-sdl2
- Owner: LukeMS
- License: other
- Created: 2016-12-29T12:33:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T22:14:05.000Z (about 9 years ago)
- Last Synced: 2025-02-28T10:35:41.901Z (about 1 year ago)
- Language: Python
- Homepage: https://lukems.github.io/py-sdl2
- Size: 2.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: COPYING.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
.. image:: https://ci.appveyor.com/api/projects/status/69a5silb1no9j3kn?svg=true
:target: https://ci.appveyor.com/project/LukeMS/py-sdl2
.. image:: https://coveralls.io/repos/github/LukeMS/py-sdl2/badge.svg?branch=HEAD
:target: https://coveralls.io/github/LukeMS/py-sdl2?branch=HEAD
.. image:: https://landscape.io/github/LukeMS/py-sdl2/master/landscape.svg?style=flat
:target: https://landscape.io/github/LukeMS/py-sdl2/master
:alt: Code Health
About PySDL2
============
PySDL2 is a wrapper around the SDL2 library and as such similar to the
discontinued PySDL project. In contrast to PySDL, it has no licensing
restrictions, nor does it rely on C code, but uses ctypes instead.
Installation
============
PySDL2 is easy to install and integrate within your own projects. Just
follow Python's standard procedure of installing packages or look for a
prebuilt package for your operating system or distribution.
Documentation
=============
If you just started with SDL and PySDL2, it is strongly recommended
that you read through the tutorial of the documentation to learn the
basics. You can find the documentation at *doc/html* or online at
https://lukems.github.io/py-sdl2.
License
=======
This library is given to the public domain. There are no licensing
restrictions. Please see *doc/copying.rst* for further details.