Particle Simulation using OpenGL and GLFW.
$ sudo apt-get install libglfw3-dev
$ sudo apt-get install libglew-dev
$ sudo apt-get install freeglut3-dev
$ sudo apt-get install libtbb-dev
$ sudo apt-get install libeigen3-dev$ cd ~/catkin_ws/src
$ git clone https://github.com/jaeyoungjo99/particle_simulation.git$ cd ~/catkin_ws
$ catkin_make$ source devel/setup.bash
$ roslaunch particle_simulation particle_simulation.launch