FGX: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page)
 
No edit summary
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Note: this page has just been started and is not yet completeCome back later to check for updates or to make updates yourself!
{{Note|Update 03/2015: Please also see [[Integrated Qt5 Launcher]] for an integrated FlightGear GUI front-end based on Qt5, available in FlightGear 3.5+}}
{{Infobox Software
| title                = FGx
| image                =
| developedby          = Yves Sablonier, Pete Morgan, Geoff McLane
| initialrelease        = 2.2.0
| latestrelease = 2.10.0
| writtenin            = C++ (Qt)
| os                    = Mac, Windows, various Linux distributions
| website = [http://fgx.freeflightsim.org fgx.freeflightsim.org]
}}
'''FGx''' is a cross-platform open source graphical launcher application for [[FlightGear]] using Qt. Development began in early 2011 with the purpose of creating a fast and easy to use tool to launch FlightGear on OSX/Mac hence the "x"While initial development targeted the Apple Mac architecture, the Qt development environment allows for cross-platform compatibility between Windows, Mac OS and various Linux distributions.


'''Fgx'''
== FGx Project ==
* Website at [http://fgx.freeflightsim.org fgx.freeflightsim.org].
* Bugs & Source at [https://github.com/fgx/fgx/ github/fgx/fgx/].


Fgx is an Open Source graphical launcher application for FlightGear Flight Simulator that is built using Qt from Nokia.  Development began in the first quarter of 2011 with the purpose of creating a fast and easy to use tool to manage your FlightGear preferences and to start the flight simulator application.
== Supported systems ==
Note that FGx has been tested using the prerequisites listed below and may actually work with different OSes and versions.  Feel free to update this list if you have additional information.
* Mac OSX
* Fedora
* Ubuntu/Xubuntu and other debian distributions
* Gentoo
* Windows XP/Vista/7


While initial development targeted the Apple Mac architecture, the Qt development environment allows for cross-platform compatibility between Windows, Mac OS and various Linux distributions.  At this time, it has only been tested on Mac, CentOS 5.5 i386 and Fedora 14 i386.
== Related content ==
* [[FGo!]]
* [[FGRun]]


'''Getting Fgx'''
[[Category:FlightGear front ends]]
 
Fgx source code is available at git://gitorious.org/fgx/fgx.git
 
 
'''Supported Systems'''
 
Note that Fgx has been tested using the prerequisites listed below and may actually work with different OSes and versions.  Feel free to update this list if you have additional information.
 
. Mac OSX
. Fedora Linux 14
. Windows XP/Vista/7 (not tested)
 
 
'''Building Fgx'''
 
1. Install Qt 3 SDK
2. Use Qt Creator to open the project file fgx/src/fgx.pro
3. In Qt Creator, use Build->Build All to build the project.

Revision as of 17:26, 15 March 2015

Note  Update 03/2015: Please also see Integrated Qt5 Launcher for an integrated FlightGear GUI front-end based on Qt5, available in FlightGear 3.5+
FGx
Developed by Yves Sablonier, Pete Morgan, Geoff McLane
Initial release 2.2.0
Latest release 2.10.0
Written in C++ (Qt)
OS Mac, Windows, various Linux distributions
[fgx.freeflightsim.org Website]

FGx is a cross-platform open source graphical launcher application for FlightGear using Qt. Development began in early 2011 with the purpose of creating a fast and easy to use tool to launch FlightGear on OSX/Mac hence the "x". While initial development targeted the Apple Mac architecture, the Qt development environment allows for cross-platform compatibility between Windows, Mac OS and various Linux distributions.

FGx Project

Supported systems

Note that FGx has been tested using the prerequisites listed below and may actually work with different OSes and versions. Feel free to update this list if you have additional information.

  • Mac OSX
  • Fedora
  • Ubuntu/Xubuntu and other debian distributions
  • Gentoo
  • Windows XP/Vista/7

Related content