Skip to content

neoaces/neophys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neophys

Crates.io Status

Neophys is a 2D physics simulator that is implemented with the force of gravity. The core of the program itself relies on the RK4 algorithm to run the simulation, which is coded from scratch. As well, the program is coded in Rust, through the Nannou graphics library.

Implementations

  • Force of gravity
  • Collision detection with walls (partially)
  • Collision detection with multiple bodies
  • Proper impulse processing
  • Moving bodies through the mouse

To Build:

  • Install cargo through rustup.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 
  • Run cargo run inside the directory.
cd neophys/
cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages