项目作者: sam-itt

项目描述 :
Standalone Flightgear terrain viewer
高级语言: C
项目地址: git://github.com/sam-itt/fg-roam.git
创建时间: 2020-09-03T12:34:20Z
项目社区:https://github.com/sam-itt/fg-roam

开源协议:

下载


FG-Roam - Standalone Flightgear Terrain Viewer

fg-roam screenshot

This is mainly used a the “synthetic vision” part of
SoFIS an open-source EFIS.

Dependencies

This project depends on:

  • OpenGL 2.1 / GLES 2
  • Glib (Only GArray and GPtrArray are really used/needed)
  • SDL2
  • SDL2_Image
  • libcurl

Supported Platforms

As part of Sofis, this terrain viewer as been tested on x86 and Raspberry Pi
B (the very first one). It should also work one the RPi 0 which has the same
hardware as the B+ with more RAM and a faster processor.

When building on the Pi, you might need to edit the Makefile to link against
libbrcmGLES.

Building

There is currently no sophisticated build system that checks and detects everything
as needed. There is one simple Makefile that you can edit and use to set build parameters
if you need to.

  1. $ git clone https://github.com/sam-itt/fg-roam.git
  2. $ cd fg-roam
  3. $ git submodule update --init --recursive
  4. $ wget https://github.com/sam-itt/fg-roam/archive/media.tar.gz
  5. $ tar -xf media.tar.gz --strip-components=1
  6. $ cd src
  7. $ make
  8. $ ./view-gl