Skip to content

kajiki0/sand_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sand Simulation with Python

  • Pygame: python lib for making games built on top of SDL
  • Pymunk: python lib for 2d physics(game,simulation or demo) built on top of Chipmunk2D

WARNING!

This is an old project when i was studying how to implement physics in pygame games. It is not optimized, and the code is "XGH"like, but its a project that i liked doing it.

Usage:

pip install pygame
pip install pymunk
python main.py

hold left mouse button to create sand

that's it!

Demo

sand

(sorry about this gif, idk why its so slow)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages