Skip to content

void5402/physics-nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

physics-nbody

a simple nbody simulator for gravitation(newtons).

controls

  1. wasd - movement
  2. scrool - zoom
  3. left click - add particle

note

you can also run the python version but it will be very slow(300 particles for average fps on my intel celeron). the cpp one could handle to around 4000 particles on my celeron cpu. i might optimize it even more in future.