3D Earth Rendering in OpenGL
Calculating Geodetic Coordinates from Mouse Coordinates
- Install
CMake 3.25.1
. - Install
Visual Studio 2019 and MSVC C++ Compiler
. - Install
Qt 5.15.2 MSVC2019 64bit
kit. - Clone the repo
git clone https://github.com/berkbavas/Earth.git
. - Create a folder
mkdir Build
. - Enter the folder
cd Build
. - Run CMake
cmake ..
. - Open
Earth.sln
withVisual Studio 2019
. - Build & Run with
Release
config.