N-body Simulator
-
To make Particula, it requires:
- wxWidgets 3.0.x
- wxMathPlot source
- POSIX thread (pthread) library
- Eigen3 Matrix Library
- OpenGL and GLUT library
-
How to build. You can find CMakeFiles.txt in Projects directory. This is a file for cmake build system.
copy wxmathplot source directory in the same level of Particula cd Projects mkdir BUILD cd BUILD cmake .. make -f Makefile