Merge pull request #1210 from lessneek/master

Fixed PySDL2 URL.
This commit is contained in:
Vinta 2019-01-22 11:24:39 +08:00 committed by GitHub
commit f36c7f919c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -655,7 +655,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games. * [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games.
* [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D. * [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
* [PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs. * [PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs.
* [PySDL2](http://pysdl2.readthedocs.io/en/rel_0_9_5/) - A ctypes based wrapper for the SDL2 library. * [PySDL2](https://pysdl2.readthedocs.io) - A ctypes based wrapper for the SDL2 library.
* [RenPy](https://www.renpy.org/) - A Visual Novel engine. * [RenPy](https://www.renpy.org/) - A Visual Novel engine.
## Geolocation ## Geolocation