Skip to content

borcun/GlassCockpit

 
 

Repository files navigation

Description

  • OpenGC is part of the groundstation software for the Albatross UAV project. OpenGC was originally authored by Damion Shelton for use by flight simulator enthusiasts in 2001-2004, and subsequently has been modified and improved to suit realtime monitoring of aircraft, such as autonomous aircraft (remotely from the ground), or perhaps for use in the cockpit of piloted aircraft.

    To get an idea for what does not yet work, or work correctly, see the TODO file.

Copyright

  • Copyright (c) 2001-2004 Damion Shelton
  • Copyright (c) 2005-2010 Hugo Vincent <hugo.vincent@gmail.com>
  • Copyright (c) 2025-present boo

All rights reserved.

This project is distributed under the terms of the GNU General Public License Version 3 http://www.gnu.org/licenses/gpl.html.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, specifically version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Dependencies

  • libxml2-dev
  • libftgl2-dev
  • libz-dev
  • libfltk-dev

output.png

Changes

  • tinyjpeg and libshape are converted to independent libraries, and included into the project as submodules.
  • all dependencies, libxml2, ftgl, freetype and zlib are involved as submodules instead of loading as package.
  • scons build system is removed. The build system is changed to CMake.
  • the source tree is re-designed, all subdirectories are designed as individual subprojects. (that is not final decision now)
  • C++ is upgraded to C++11.
  • Filenames, namespace usage, unused files, function and members are deleted.

About

A major update to Damion Shelton's OpenGC (opengc.org).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.1%
  • Perl 8.3%
  • C 1.8%
  • CMake 1.1%
  • Python 0.7%