# osgEarthTest **Repository Path**: wen-fan/osg-earth-test ## Basic Information - **Project Name**: osgEarthTest - **Description**: osgEarth3.1与各种UI框架集成的示例代码 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2025-07-29 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # osgEarthTest #### 介绍 osgEarth3.1与各种客户端UI集成的代码 #### 软件架构 软件架构说明 #### 安装教程 **1: Clone the vcpkg repo** git clone https://github.com/Microsoft/vcpkg.git Make sure you are in the directory you want the tool installed to before doing this. **2: Run the bootstrap script to build vcpkg** .\vcpkg\bootstrap-vcpkg.bat 3.安装OsgEarth 64位的开发包和运行环境 需要安装OsgEarth 64位的开发包和运行环境。可以简单的使用vcpkg安装即可: ``` ./vcpkg install osgearth:x64-windows ./vcpkg install osg-qt:x64-windows ``` #### 使用说明 Qt5:Qt5和OsgEarth3.1集成的例子,有自己派生于QOpenGLWidget实现还有一个基于Osg官方提供的OsgQt实现。 Winform: c# 程序如何与OsgEarth3.1集成使用的例子 # **SinianGIS** 移植的基于3.1版本OsgEarth的三维gis软件,效果 ![](SinianGIS.png)