Skip to content

Teero888/astrosim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroSim

AstroSim is a small pet project that aims to simulate our solar system using OpenGL for rendering and ImGui for the UI.

Building on Linux

git clone --recursive https://github.com/Teero888/astrosim.git && cd astrosim
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
./astrosim

Building on Windows

No idea figure it out

Keybinds

  • A/S, ScrollUp/ScrollDown Zoom
  • Left/Right Switch focus to the next/previous body

Screenshots

Jupiter Sun

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published