https://github.com/shadowapex/pysdl2-example
Example using pymunk physics with PySDL2
https://github.com/shadowapex/pysdl2-example
Last synced: about 1 year ago
JSON representation
Example using pymunk physics with PySDL2
- Host: GitHub
- URL: https://github.com/shadowapex/pysdl2-example
- Owner: ShadowApex
- License: gpl-2.0
- Created: 2014-12-17T22:35:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T20:08:51.000Z (over 10 years ago)
- Last Synced: 2025-03-27T08:58:16.747Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.09 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PySDL2 Physics Example
-----------------------
This is a simple physics example using pymunk and PySDL2. Asteroids are
randomly generated with random velocities.

Dependencies
-------------
**Ubuntu**
Run the following commands on Ubuntu to install the needed dependencies:
```sudo apt-get install python-pip libsdl2-2.0-0 libsdl2-gfx-1.0-0```
```sudo pip install PySDL2```
```sudo pip install pymunk```