]> git.mxchange.org Git - flightgear.git/blob - man/fgpanel.1.in
Update man pages.
[flightgear.git] / man / fgpanel.1.in
1 .\" Copyright (C) 2011 Thorsten Brehm
2 .\"
3 .\" This program is free software; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License
5 .\" as published by the Free Software Foundation; either version 2
6 .\" of the License, or (at your option) any later version.
7 .\"
8 .\" This program is distributed in the hope that it will be useful,
9 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
10 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 .\" GNU General Public License for more details.
12 .\"
13 .\" You should have received a copy of the GNU General Public License
14 .\" along with this program; if not, write to the Free Software
15 .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
16 .\" Or see here: http://www.fsf.org/copyleft/gpl.html
17 .\"
18 .TH FGPANEL 1 "February 2012" "@VERSION@" "@PACKAGE@"
19 .SH NAME
20 fgpanel \- FlightGear Flight Simulator Panel Rendering Engine
21 .SH SYNOPSIS
22 .B "fgpanel "
23 [\-\-\fIfg-root\fP=path] [\-\-\fIprop\fP:name=value] \-\-\fIpanel\fP=file
24 .SH DESCRIPTION
25 .B FlightGear Panel
26 is a free, open-source, multi-platform, and lightweight panel rendering engine
27 to draw 2D panels on a low-cost computer/graphic card without 3D acceleration
28 at reasonable frame rates.
29 For more information visit <http://wiki.flightgear.org/FGPanel>.
30 .SH OPTIONS
31 .TP
32 .BI "--fg-root=" "path"
33 Specify the root path for data files.
34 .TP
35 .BI "--panel=" "file"
36 Specify the panel description file to be displayed.
37 .TP
38 .BI "--prop:" "name=value"
39 set property <name> to <value>.
40 .SH BUGS
41 Send bug reports to <flightgear-devel@lists.sourceforge.net> or visit
42 <http://code.google.com/p/flightgear-bugs>.
43 .SH SEE ALSO
44 fgfs(1), fgjs(1), js_demo(1), terrasync(1)
45 .SH AUTHORS
46 Torsten Dreyer, et al.  See
47 .I Thanks
48 file for a list of contributors.