Skip to content

aabiji/kepler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Visualization of satellites using SGP4 propagation, OpenGL and C++.

To build the project:

# Install tools to speed up compilation
sudo apt install mold ccache libssl-dev

# Development build setup
cmake -S . -B build -G Ninja -D CMAKE_BUILD_TYPE=Debug -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_LINKER_TYPE=MOLD

# Release build setup
cmake -S . -B build -G Ninja -D CMAKE_BUILD_TYPE=Release

About

Satellite visualizer

Resources

Stars

Watchers

Forks

Contributors

Languages