Gravitas is a simulator of the laws of gravitation of celestial bodies developed in C++ with 3D modeling of objects and 2D visualization.
Gravitas is a powerful tool for simulating the gravitational interactions between celestial bodies. It is designed for both educational and research purposes.
- 3D modeling of celestial bodies
- 2D visualization of gravitational interactions
- Developed in C++ for high performance
To install Gravitas, follow these steps:
- Clone the repository:
git clone https://github.com/dan-lara/Gravitas.git
- Navigate to the project directory:
cd Gravitas - Build the project using CMake:
# cmake -B build # cmake --build build make build # or all
To run the simulator, execute the following command from the build directory:
# Run the project
make runContributions are welcome! Please read the contributing guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.
