diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-03-28 21:20:58 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-03-28 21:20:58 +0000 |
commit | 5c80936249101cffd9604c76be99ae3fb9cbe219 (patch) | |
tree | 7229e261cdaaaa0cbe5cfd1f95a36ef1ed6c3860 /devel/py-game_sdl2/pkg-descr | |
parent | 65cbee9ea68ef1a710de8091fc323103b82bb040 (diff) |
Add new port devel/py-game_sdl2
Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and
related libraries. The initial goal of this project are to allow games
written using the pygame API to run on SDL2 on desktop and mobile
platforms. We will then evolve the API to expose SDL2-provided
functionality in a pythonic manner.
WWW: https://github.com/renpy/pygame_sdl2
Notes
Notes:
svn path=/head/; revision=382556
Diffstat (limited to 'devel/py-game_sdl2/pkg-descr')
-rw-r--r-- | devel/py-game_sdl2/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-game_sdl2/pkg-descr b/devel/py-game_sdl2/pkg-descr new file mode 100644 index 000000000000..c039e1a4380e --- /dev/null +++ b/devel/py-game_sdl2/pkg-descr @@ -0,0 +1,7 @@ +Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and +related libraries. The initial goal of this project are to allow games +written using the pygame API to run on SDL2 on desktop and mobile +platforms. We will then evolve the API to expose SDL2-provided +functionality in a pythonic manner. + +WWW: https://github.com/renpy/pygame_sdl2 |