Skip to content

ShadowApex/pysdl2-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySDL2 Physics Example

This is a simple physics example using pymunk and PySDL2. Asteroids are randomly generated with random velocities.

screenshot

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

About

Example using pymunk physics with PySDL2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages