Skip to content

jam643/BouncingBallSim

Repository files navigation

Bouncing Ball Simulator

Simple real-time simulation of elastic ball collisions in C++ using SFML to animate. My goal with creating this was to learn C++, cmake, and conan.

You can interact with the balls (left click = repulsive force, right click = attractive force).

gif

Installation (linux)

  • Prereqs: cmake, conan, pipenv
  • pipenv shell
  • pipenv sync
  • cd build/
  • conan install .. (to use a specific profile add --profile=<name>)
  • cmake ..
  • make
  • ./bin/BouncingBalls

About

simulation of bouncing balls in gravity field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors