/NBodySim

N-Body Simulation. Final Project of Parallel Programming Fall 2022 @ NYCU

Primary LanguageCMIT LicenseMIT

NBodySim

Setup

  1. Create lib/
  2. Download glfw-3.3.8.bin.WIN64 and decompress it to lib/
  3. Download glm-0.9.9.8 and decompress it to lib/

Finally, the directory structure is as follows:

|- lib/ -
|       |
|       |- glfw-3.3.8.bin.WIN64/...
|       |- glm-0.9.9.8/...
|- NBodySim/...
|- NBodySim.sln
|- README.md
...

After compiling, you need to copy glfw3.dll from glfw-3.3.8.bin.WIN64/lib-vc2022 to the same directory as NBodySim.exe (x64/Debug or x64/Release)

DEMO