Skip to content

A physics simulation of elastic collisions between particles of varying sizes

Notifications You must be signed in to change notification settings

abx393/particle-collision-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

particle-collision-simulation

A physics simulation of elastic collisions between particles of varying masses.

Animation

Try it out

  1. Clone the repository:
$ git clone https://github.com/abx393/particle-collision-simulation.git
  1. Change working directory to src folder:
$ cd particle-collision-simulation/src
  1. Assuming you have Java installed and have added your JDK directory to your user environment Path variable, compile and run World.java:
$ javac World.java; java World; rm *.class

About

A physics simulation of elastic collisions between particles of varying sizes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages