3D Globe Renderer is a C++ application for rendering interactive 3D globes, built with OpenGL and Qt.
- CMake >= 3.25.1
- Visual Studio 2022 with MSVC C++ v143 Compiler
- Qt 6.7.3 (MSVC2022 64bit)
-
Install the required tools and libraries listed above.
-
Set the environment variable
Qt6_DIR
to your Qt installation path, e.g.:$env:Qt6_DIR = "C:\Qt\6.7.3\msvc2022_64"
-
Clone the repository:
git clone https://github.com/berkbavas/3DGlobeRenderer.git
-
Create and enter a build directory:
mkdir Build cd Build
-
Generate project files with CMake:
cmake ..
-
Open
3DGlobeRenderer.sln
in Visual Studio 2022. -
Build and run the project.
3DGlobeRenderer.mp4
This project is licensed under the MIT License. See the LICENSE file for details.