Skip to the content.
Home
EN FR

Solar System Simulation in C

This project was completed as part of the physics course at HEPIA.
It applies Newton’s laws to simulate a planetary system, allowing the exploration of gravitational interactions between a central star and several planets.

This simulation puts into practice concepts of physics and programming to realistically visualize orbital dynamics.


Features


Screenshots

Simulation in action

Simulation in action


Running the Program

To launch the simulation, follow these steps:

  1. Prerequisites: Make sure you have a C compiler (such as gcc) and make installed.
  2. Clone the repository:
     git clone git@github.com:ArianDervishaj/simulation-systeme-solaire.git
    
  3. Compile and run:
     cd solar-system-simulation
     make main
     ./main
    

Learn More

View the GitHub Repository