Skip to content

ikalco/solar_system_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Solar System Simulation

Small hobby project to refamiliarize with C and SDL2. It accurately simulates newtons gravity equation with real astronomical numbers and makes it look a little nice.

Build and Run (linux only)

Build Requirements

  • gcc
  • gnu make
  • SDL2 base library (libsdl2-dev)
  • SDL2 ttf library (libsdl2-ttf-dev)

Steps

git clone [email protected]:ikalco/solar_system_sim.git
cd solar_system_sim
make
./build/solar_system_sim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published