Skip to content

sam-itt/fg-roam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Standalone Flightgear terrain viewer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published