dropTableUsers42 / PhysicC2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhysicC 2D Assignment

Setup Instructions

  • Fork the repo to create a copy of the repository on your own github account

  • Clone the repo

     git clone --recursive https://github.com/{Your Username}/physicC2D
  • You can build the project by running the following command in the root directory of the project

     cmake -Bbuild
     cmake --build build
  • You can run the project by running the following command in the root directory of the project

     ./build/PhysicC2D

    OR

     ./build/Debug/PhysicC2D #(if your compiler is MSVC)

About


Languages

Language:CMake 91.8%Language:C++ 8.2%