Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 481 Bytes

File metadata and controls

23 lines (19 loc) · 481 Bytes

rigidBodySim

Overview:

This is a simple and incomplete Rigid body Simulator written in C, using SDL2.

Installing and Running:

Install SDL2 and SDL2_ttf

  1. Clone Repository and Make
    git clone https://github.com/LukeW2002/rigidBodySim.git
    cd rigidBodySim
    make 
  2. Run the program
    ./rigidBody

Contributing:

Feel free to contribute to the project.

License:

Projects under the GNU General Public License (GPL).