Pt-br/FlightGear

From FlightGear wiki
Jump to navigation Jump to search
FlightGear Flight Simulator
FlightGear Flight Simulator logo
O cockpit do Boeing 777-200ER
O cockpit do Boeing 777-200ER
Developed by Desenvolvedores e contribuidores do FlightGear
Initial release 17 de Julho de 1997
Latest release 2020.3.19 (18 October 2023)
Written in C, C++, Nasal
OS Windows, Mac OS X, Linux e FreeBSD[1]
Platform Cross-platform
Development status Active (1996-present)
Type Flight simulator
License GNU General Public License
Website
NASA OV-10 in FlightGear 1.0

FlightGear Flight Simulator (normalmente abreviado para FlightGear ou FGFS) é um framework de simulação de voo sofisticado, livre e completamente de código-fonte aberto, criado por voluntários. FlightGear é distribuído sob os termos da GNU General Public License. FlightGear é na maioria escrito nas linguagens de programação C e C++.

Versões cada vez mais detalhadas e realísticas têm sido lançadas a cada ano desde que o projeto começou em 1996.

A mais nova versão pública está disponível para download de graça em flightgear.org/download/, com pacotes fáceis de instalar para uma variedade de sistemas operacionais incluindo o Microsoft Windows, Mac OS X e Linux.

História

1rightarrow.png See FlightGear History for the main article about this subject.

O desenvolvimento do FlightGear começou com uma proposta online em 1996, usando um código customizado de gráficos 3D. O desenvolvimento de uma versão baseada no OpenGL foi liderada por Curtis Olson à partir de 1997. Muitas pessoas contribuíram para o projeto no anos desde sua concepção.

O FlightGear incorporou outros recursos de código-fonte aberto, incluindo o modelo de voo LaRCsime da NASA e dados de elevação gratuitamente disponíveis. Os primeiros binários funcionais usando o código gráfico 3D para o OpenGL saíram em 1997. O desenvolvimento de novas versões, por vários anos, resultaram em versões progressivamente mais estáveis e avançadas.. Em 2001, o time estava lançando uma nova versão beta regularmente e, em 2005, a maturidade do software levou a cada vez mais [reviews] e a uma popularidade cada vez mais crescente. 2007marcou uma transição formal fora do desenvolvimento beta com o lançamento da versão 1.0.0, dez anos depois do primeiro lançamento do FlightGear, em 1997.

3D Cockpit panel for A-10 in version 1.0.0 in 2008

Em 2008, a versão 1.9.0 do FlightGear incluiu uma grande alteração do PLIB para o OSG, que causou uma perda temporária de algumas características como nuvens 3d e sombras, enquanto novas funcionalidades adicionadas, tais como partículas, acrescentaram um novo grau de realismo para a simulação.

Software

A engine de simulação do FlightGear é chamada de SimGear. Ela é usada tanto como um aplicativo para usuários finais quando em ambientes de pesquisa acadêmica para o desenvolvimento e busca de idéias de simulaçãod e voo.

Essa facilidade de customização do FlightGear e ilustrada pela vasta quantidade de modelos de aeronaves que estão disponíveis no FlightGear, de planadores à Helicópteros, e de linhas aéreas a jatos militares. Estes modelos de aeronaves têm sido doados como contribuição por muitas pessoas diferentes.

As aeronaves do FlightGear, em geral, usam um dos dois modelos de dados principais: o JSBSim ou o YAsim. Atualmente, só uma engine de terreno é usada: a TerraGear. Efeitos de clima incluem nuvens 3D, efeitos de iluminação e hora do dia.

Flight Dynamics Models

Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear.

Early version used a FDM based on LaRCsim by NASA, which was replaced with more flexible FDM.

  • JSBSim - the default flight dynamics model software since 2000.
  • YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.
  • UIUC - developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim. Once being widely used, it is nowadays longer included in FlightGear by default.
  • FlightGear can also be setup to render using inputs from an external FDM source, such as from MATLAB.
  • Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.

FlightGear dependencies

Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is SimGear, which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. OpenAL is used for sound/audio software, including support for SDL (since 0.9.5). PLIB is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. OpenGL is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. OpenSceneGraph is also integrated into FlightGear. Finally, Simple DirectMedia Layer is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.

Hardware

Hardware needed for FlightGear is narrowed to machines that support OpenGL and 3D hardware acceleration, with NVIDIA hardware having better support. Early versions had support for 3dfx cards, though this dropped as hardware requirements increased.

Add-ons and customization

There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project.

One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, FlightGear Launch Control has been included since 0.9.3 in 2003. KFreeFlight is a launcher/front-end for KDE. FGTools is an alternative windows launcher front-end. FGKicker is a GTK+ based front-end.

Other significant programs include editors and projects for terrain data. Atlas is a chart/map support for FlightGear; Kelpie Flight Planner is a Java based flight planner for FlightGear. Finally, WorldEditor is an editor for airport runways and taxiways.

Aircraft

1rightarrow.png See Table of models for the main article about this subject.

FlightGear started out with an aircraft included in NASA's LaRCsim, a Navion, which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. Over 400 aircraft in more than 900 unique liveries, are available for version 2.12, although only a few are included in the base package.

Boeing 733 docked in the EHAM scenery

Scenery

1rightarrow.png See Scenery for the main article about this subject.

FlightGears world scenery project contains elevation and landclass data of the enitre world. Objects -like terminals, windmills and bridges- are collected in the Scenery Database.

Networking and multi-display

Several networking options allow FlightGear to communicate with other instances of FlightGear. A multiplayer protocol is available for using FlightGear on a local network in a multi aircraft environment. This could be used for formation flight or control tower simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a Google maps based moving up that allows users to observe where other players are.

Several instances of FlightGear can be synchronized to allow for a multi-monitor environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.

FlightGear code vs. binaries

Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries, including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on Mac OS 9 but newer releases require specific Mac OS X versions.

For example, by late 2012 the latest code release was 2.10 (pre-release) and 2.8.0 (final). Binaries are generally available for the last final code release on all major platforms. Click here to proceed to the flightgear binaries download page

Binaries for other platforms such as IRIX are no longer supported, although pre-1.0 releases may work and can be found in the git source code repositories.

Applications and usages

1rightarrow.png See Professional and educational FlightGear users for the main article about this subject.

FlightGear has been used and is being used in a wide range of projects in academia, industry (including NASA) and home-built cockpits.

Reviews

1rightarrow.png See FlightGear Reviews for the main article about this subject.

External links

1rightarrow.png See Links for the main article about this subject.

References
  1. http://www.flightgear.org/download/main-program/. Retrieved February 15, 2015.