Skip to content

A basic physics engine with python for use with modules like Pygame.

License

Notifications You must be signed in to change notification settings

Kody-Schram/pythics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is pythics?

Pythics is a simple 2D physics simulator developed alongside instruction in AP Physics 1. While mostly being an application of the concepts learned in class to further my understanding, it will be implemented to coexist with another project using pygame for game development.

Units

  • Mass → $grams$
  • Positions → $meters$
  • Velocity → $\frac{meters}{second}$
  • Acceleration → $\frac{meters}{second^2}$
  • Forces → $Newtons$

About

A basic physics engine with python for use with modules like Pygame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages